Skip to content

Commit

Permalink
feat: allow selectField or autoCompleteField to be used for String fi…
Browse files Browse the repository at this point in the history
…elds
  • Loading branch information
lyonsbp committed Mar 16, 2023
1 parent 3eef853 commit 4d637c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const FIELD_TYPE_MAP: {
},
String: {
defaultComponent: 'TextField',
supportedComponents: new Set(['TextAreaField', 'TextField', 'PasswordField']),
supportedComponents: new Set(['TextAreaField', 'TextField', 'PasswordField', 'Autocomplete', 'SelectField']),
},
Int: {
defaultComponent: 'NumberField',
Expand Down

0 comments on commit 4d637c4

Please sign in to comment.