We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
panel==1.5.4
Disabled argument to work with NestedSelect
select = pn.widgets.NestedSelect( options={ "GFS": { "0.25 deg": ["00Z", "06Z", "12Z", "18Z"], "0.5 deg": ["00Z", "12Z"], "1 deg": ["00Z", "12Z"], }, "NAME": { "12 km": ["00Z", "12Z"], "3 km": ["00Z", "12Z"], }, }, levels=[{'name':"Model","type": pn.widgets.RadioBoxGroup}, "Resolution", "Initialization"], disabled = True, )
The text was updated successfully, but these errors were encountered:
Fix issue holoviz#7532: Disabled for NestedSelect
0c685ad
Fix issue #7532: Disabled for NestedSelect (#7533)
b7dc332
* Fix issue #7532: Disabled for NestedSelect * Update panel/widgets/select.py --------- Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>
No branches or pull requests
ALL software version info
Software Version Info
Description of expected behavior and the observed behavior
Disabled argument to work with NestedSelect
Complete, minimal, self-contained example code that reproduces the issue
The text was updated successfully, but these errors were encountered: