We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e56b27 commit 07af7a8Copy full SHA for 07af7a8
shiny/ui/_input_select.py
@@ -345,7 +345,7 @@ def _contains_html(x: _SelectChoices) -> bool:
345
if isinstance(v, Mapping):
346
# Check the `_Choices` values of `_OptGrpChoices`
347
for vv in v.values():
348
- if not is instance(vv, str):
+ if not isinstance(vv, str):
349
return True
350
else:
351
if not isinstance(v, str):
0 commit comments