currently select has set open to true by default, because we conditionally render the dropdown ( this resolves to FOUC and confusing updateCallback logic )
Expected behavior
clean up updatedCallback and instead of dom removal consider hidding/showing dropdown via css hidden
Current behavior
currently select has set
open
totrue
by default, because we conditionally render the dropdown ( this resolves to FOUC and confusingupdateCallback
logic )Expected behavior clean up
updatedCallback
and instead of dom removal consider hidding/showing dropdown via csshidden