Md Select Option
open class MdSelectOption(value: String? = null, disabled: Boolean = false, selected: Boolean = false, typeaheadText: String? = null, className: String? = null, init: MdSelectOption.() -> Unit? = null) : MdItemWidget, HasHeadlineSlot, HasLeadingSlot, HasSupportingTextSlot, HasTrailingSlot
Select options are element that belongs to a select.
Author
Maanrifa Bacar Ali
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the text to the headline slot.
Link copied to clipboard
Sets the icon identified by name to the leading slot.
Link copied to clipboard
Link copied to clipboard
Sets the text to the supporting text slot.
Link copied to clipboard
Sets the icon identified by name to the trailing slot.