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
As we have rejecting duplicated chip by comparing strings whether they are equal, I think we could add an optional props for the comparing method for cases like regarding apple and Apple as the same chip or regarding accent characters like e, è(String.fromCharCode(0x65, 0x300)), è(String.fromCharCode(0xe8)) as the same character.
The text was updated successfully, but these errors were encountered:
VdustR
changed the title
[MdChips] feature - custom duplicated checking method
[MdChips] custom duplicated checking method
Dec 9, 2017
* feat(MdChips): formatter
Formatter before chip insertion. Effects to insertion and duplicated-checking.
fix#1288
* style(MdChips): always return a value
* docs(Chips): fix `md-format` API description
#1339 (comment)
* docs(ChipsFormat): fix component name and example message
* docs(ChipsFormat): `formatName` return result directly
#1339 (comment)
* style(MdChips): add a space before `if` statement
#1339 (comment)
* docs(Chips): better message for formatter
#1339 (comment)
* fix: code style
As we have rejecting duplicated chip by comparing strings whether they are equal, I think we could add an optional
props
for the comparing method for cases like regardingapple
andApple
as the same chip or regarding accent characters likee
,è
(String.fromCharCode(0x65, 0x300)
),è
(String.fromCharCode(0xe8)
) as the same character.The text was updated successfully, but these errors were encountered: