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
This renders a FormControl with the autocomplete inside and that is all great. However I want to set the form control to be full width. There is a property for this available on the form control but that seems to be inaccessible from here.
Is there a way to modify the values passed to the form control so we can set properties on it?
Thanks for your help
The text was updated successfully, but these errors were encountered:
Uh oh! @dereke, the image you shared is missing helpful alt text. Check your issue body.
Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image.
I am trying to use the autocomplete component from within a form builder:
This renders a
FormControl
with the autocomplete inside and that is all great. However I want to set the form control to be full width. There is a property for this available on the form control but that seems to be inaccessible from here.Is there a way to modify the values passed to the form control so we can set properties on it?
Thanks for your help
The text was updated successfully, but these errors were encountered: