Is there a way to provide Autocomplete input from streetscape.gl monochrome ( equivalent to:
datalist tag: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_datalist
or autocompelete for material ui: https://mui.com/material-ui/react-autocomplete/ )?
I checked shared/dropdown but its type is "select" .. so this cannot be used for this purpose .. the idea is to be able to write the search (as input) as well as having some suggestions (as dropdown)
uber-web/monochrome#57
Is there a way to provide Autocomplete input from streetscape.gl monochrome ( equivalent to:
datalist tag: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_datalist
or autocompelete for material ui: https://mui.com/material-ui/react-autocomplete/ )?
I checked shared/dropdown but its type is "select" .. so this cannot be used for this purpose .. the idea is to be able to write the search (as input) as well as having some suggestions (as dropdown)
uber-web/monochrome#57