Disable dependent select
Hello, I have 2 dependent select inputs where the 2nd one should be disabled until a selection is made on the first. I first tried hiding it and that works with no issues when I do something like: ->hidden(fn (Closure $get) => $get('state')=== null), and once I make a selection it becomes visible, now, I tried the same but with ->disabled, but once a selection is made that does not enables the select. Should I be doing something different here?
