Merge pull request #77 from l123wx/enum-values-on-mobile

Fix enum values were not split on blur
This commit is contained in:
lilit 2024-05-04 21:10:16 +03:00 committed by GitHub
commit b9215bcf3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,7 @@ export default function FieldDetails({ data, tid, index }) {
validateStatus={
!data.values || data.values.length === 0 ? "error" : "default"
}
addOnBlur
className="my-2"
placeholder="Use ',' for batch input"
onChange={(v) => updateField(tid, index, { values: v })}