Md Input Chip
open class MdInputChip(label: String, avatar: Boolean = false, href: String? = null, target: LinkTarget? = null, removeOnly: Boolean = false, selected: Boolean = false, disabled: Boolean = false, alwaysFocusable: Boolean = false, ariaLabelRemove: String? = null, className: String? = null, init: MdInputChip.() -> Unit? = null) : MdChip, RemovableChip
Input chips represent discrete pieces of information entered by a user, such as Gmail contacts or filter options within a search field.
Input chips whose icons are user images may add the avatar attribute to display the image in a larger circle.
https://material-web.dev/components/chip/#input-chip-example
Author
Maanrifa Bacar Ali
Constructors
Link copied to clipboard
constructor(label: String, avatar: Boolean = false, href: String? = null, target: LinkTarget? = null, removeOnly: Boolean = false, selected: Boolean = false, disabled: Boolean = false, alwaysFocusable: Boolean = false, ariaLabelRemove: String? = null, className: String? = null, init: MdInputChip.() -> Unit? = null)