[#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