New
v3.0.0
- Breaking changes, more type safety, add more features, and simplify few properties
- Remove
isMultiChoiceproperty, instead useSmartSelect<T>.single()orSmartSelect<T>.multiple() - Remove
optionproperty, instead useoptionsproperty and change its value fromSmartSelectOptionConfigtoList<SmartSelectOption<T>> - Remove
modalproperty, instead usemodalTypeto change how to open modal andmodalConfigto configure modal header, modal style, etc - Remove
choiceproperty, instead usechoiceTypeto change choice widget andchoiceConfigto configure choice style, etc - Choice modal can have different title with trigger/tile widget by configuring
modalConfig.title - Choice modal can have leading and trailing widget by configuring
modalConfig.leadingandmodalConfig.trailing