-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to hide the map control and only use the AutoComplete on the field? #98
Comments
hey @abishekrsrikaanth . just to understand: why would you want to hide map feature when its the core, primary feature? yes you can do anything but why go to lengths hiding that which ought not be hidden? happy coding. |
well, I have a large form with a list of fields and I only want the user to enter the Address and offer the Autocomplete functionality on the Text field. I really don't have a need for the Map control, so just want to hide it and only have the Text Input with the AutoComplete enabled. |
Additionally, I have noticed few console errors that I wanted to bring to your notice. I get this error when I use the |
i see isee...
|
I am trying to only have Autocomplete on the
TextInput
on the form and have the map control hidden. Is there a way to do this?The text was updated successfully, but these errors were encountered: