Andrew Bird

Results 12 comments of Andrew Bird

it looks like this issue is related to https://github.com/Esri/geoportal-server/issues/121

add a `div` container above the toggle, then a field for disabled based on a bool, then do something like this to simulate being `disabled`. ``` .toggle-control-container[disabled]{ opacity:0.5; cursor: no-drop;...