[#2197] added escape character support for the select field options

This commit is contained in:
Gani Georgiev
2023-09-12 10:18:36 +03:00
parent e1528aedac
commit eb2aa1cfc6
34 changed files with 55 additions and 42 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.18.4
- Added escape character (`\`) support in the Admin UI to allow using `select` field values with comma ([#2197](https://github.com/pocketbase/pocketbase/discussions/2197)).
## v0.18.3
- Exposed a global JSVM `readerToString(reader)` helper function to allow reading Go `io.Reader` values ([#3273](https://github.com/pocketbase/pocketbase/discussions/3273)).