title | issue |
---|---|
Multi select field with multiple collapsed values can not be expanded anymore |
NEXT-33030 |
- Removed
tagLimit
data property,visibleTags
,numberOfHiddenTags
computed property,removeTagLimit
method insw-select-selection-list
- Added
valueLimit
prop insw-multi-tag-select
component to binding the tag limit - Added
limit
data property insw-multi-tag-select
component to store the tag limit - Added
visibleValues
computed property insw-multi-tag-select
component to get the visible tags - Added
totalValuesCount
computed property insw-multi-tag-select
component to get the total tags count - Added
invisibleValueCount
computed property insw-multi-tag-select
component to get the invisible tags count - Added
expandValueLimit
method insw-multi-tag-select
component to expand the tag limit - Changed
removeLastItem
method insw-multi-tag-select
component to check the tag before removing