Hotfix for dropdown component (#1172)

* allow markdown to be set dynamically

* moved markdown to output section

* added aliases for component names

* added aliases

* fixed optional

* formatting

* tests

* tests

* tests

* hotfix
This commit is contained in:
Abubakar Abid 2022-05-06 01:27:43 -07:00 committed by GitHub
parent 4bd609bcc0
commit 7095ce7e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1107,8 +1107,7 @@ class Dropdown(Radio):
label (str): component name in interface.
"""
# Everything is same with Dropdown and Radio, so let's make use of it :)
IOComponent.__init__(
self,
super().__init__(
default_selected=default_selected,
choices=choices,
type=type,