natcap / global-web-viewer

A web viewer prototype for visualizing and analyzing global data.
GNU General Public License v3.0
3 stars 1 forks source link

Disable search bars unless selected #28

Closed dcdenu4 closed 3 years ago

dcdenu4 commented 3 years ago

Disable the search bars unless they are selected.

OR

When selecting the search bar also select the check box for that scale.

This could require moving checked state up a level and passing it in through props.

T.E. : 1 - 3 days

dcdenu4 commented 3 years ago

Could a solution to this be to render a "disabled" bootstrap input by default, then when clicking the scale, render the mapbox geocoder? It could be hard to match styles enough where they look the same.

The issue here is that there is no built in way to disable the geocoder component.