You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you were expecting:
On passing prop fullWidth in options of AutocompleteArrayInput component, ChipInput to have full wdth. I guess no props are accessible by AutocompleteArrayInput.
What happened instead:
passing fullWidth didn't work.
What you were expecting:
On passing prop
fullWidth
inoptions
ofAutocompleteArrayInput
component, ChipInput to have full wdth. I guess no props are accessible byAutocompleteArrayInput
.What happened instead:
passing
fullWidth
didn't work.Related code:
Steps to reproduce
1- Open up any post
2- Go to
MISCELLANEOUS
3- ChipInput doesn't has full width
CodeSandbox
https://codesandbox.io/embed/simple-jkp47
Additional Information
Even after sending
options
prop,AutocompleteArrayInput
gotoptions: { }
(empty object) when checked usingconsole log
.Environment
The text was updated successfully, but these errors were encountered: