You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(MdChips): feedback for duplicated chip
add `md-duplicated` class which has the same style as `md-accent`. add
`md-check-duplicated-on-change` props.
fix#1212
* fix(MdChips): change api `mdCheckDuplicatedOnChange` to `mdAlwaysCheckDuplicated`
* fix(MdChips): change for loop key from `key` to `chip` to prevent triggering animate while removing
* docs(MdChips): example and new props for duplicated chip checking
fix#1212
* fix(MdChips): always clear `duplicatedChip` on change
* style(MdChips): fix style to pass scss-lint
* fix(MdChips): rename prop
* fix(MdChips): rename prop
* fix(MdChips): rename prop
* fix(MdChips): rename prop
* style(MdChips): adjust code style
MdChips
reject duplicated value.It just do nothing while trying to insert a duplicated value.
There should be a feedback let users know it's duplicated, like: shake the duplicated chip or some else anime effects.
The text was updated successfully, but these errors were encountered: