Merge pull request #77 from l123wx/enum-values-on-mobile
Fix enum values were not split on blur
This commit is contained in:
commit
b9215bcf3f
@ -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 })}
|
||||
|
Loading…
Reference in New Issue
Block a user