Failed to disabled select before another select
Firstly to_id select is disabled before selected the from_id i have this code , The problem after select the from_id , to_id is disabled but i can't open the options ?
2 Replies
return empty($get('from_id'));
I might be wrong, but I think this is still not possible due to limitations we have with the Select library. You can't toggle the
->disabled()
state.