aurora-opensource / streetscape.gl

Visualization framework for autonomy and robotics data encoded in XVIZ

Home Page:http://www.streetscape.gl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoComplete input from monochrome

YaminoYuki opened this issue · comments

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