Please enable JavaScript.
Coggle requires JavaScript to display documents.
multiselect, multiselet-dropdown, unique - Coggle Diagram
multiselect
focusHandler
closeDropdownOnOtusideClick
closeDropdown
toggleDropdown
onOptionClick
getStateOfCheckbox
formControlCollectionFilter
getPlaceholder
useCheckedOptionsPlaceholder
hasAllSelected
convertToDisplayName
formatPlaceholder
formGroupControl FormGroup
_optionSet OptionSet
placeholder
hint
label
selectionLimit
allSelectedPlaceholder
multiselet-dropdown
idField: string;
textField: string; TRANSLATED INTO optionKey
placeholder: string;
allowSearchFilter?: boolean;
selectAllText?: string; UNUSED
unselectAllText?: string; UNUSED
selectionLimit?: string | number;
Input()
control: FormControl;
Input()
disabled = false;
Input()
width = '100%';
Input()
options
disabledOptions - DOES FORM CONTROLS CONTAINS DISABLED OPTIONS???
unique
inputs
control
disabled
placeholder
allowSearchFilter
selectionLimit
optionKey
allSelectedText