mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-20 13:30:50 +02:00
[#2197] added escape character support for the select field options
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
export let readonly = null;
|
||||
export let disabled = null;
|
||||
|
||||
$: valueStr = (value || []).join(", ");
|
||||
$: valueStr = CommonHelper.joinNonEmpty(value, separator + " ");
|
||||
</script>
|
||||
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user