This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-contact-chips add md-highlight-flags #3182
Milestone
Comments
+1 |
topherfangio
added a commit
that referenced
this issue
Aug 21, 2015
Contact Chips currently allows the use of `md-highlight-text` to match the search text. Users have requested we add `md-highlight-flags` as well so that the highlighted text can match the search field parameters. Mainly, if a match is found with case-insensitive search, it would be nice if the highlight text was also case-insensitive. fixes #3182
topherfangio
added a commit
that referenced
this issue
Aug 21, 2015
Contact Chips currently allows the use of `md-highlight-text` to match the search text. Users have requested we add `md-highlight-flags` as well so that the highlighted text can match the search field parameters. Mainly, if a match is found with case-insensitive search, it would be nice if the highlight text was also case-insensitive. fixes #3182
topherfangio
added a commit
that referenced
this issue
Aug 24, 2015
Contact Chips currently allows the use of `md-highlight-text` to match the search text. Users have requested we add `md-highlight-flags` as well so that the highlighted text can match the search field parameters. Mainly, if a match is found with case-insensitive search, it would be nice if the highlight text was also case-insensitive. fixes #3182
kennethcachia
pushed a commit
to kennethcachia/material
that referenced
this issue
Sep 23, 2015
Contact Chips currently allows the use of `md-highlight-text` to match the search text. Users have requested we add `md-highlight-flags` as well so that the highlighted text can match the search field parameters. Mainly, if a match is found with case-insensitive search, it would be nice if the highlight text was also case-insensitive. fixes angular#3182. closes angular#4278.
I took a while to find out how works, set md-highlight-flags="i" Eq:
|
How to use the multiple md-autocompleteWith a json data example |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the search function bound to the
md-contacts
attribute is case insensitive (like the example in the documentation), themd-highlight-text
inMD_CONTACT_CHIPS_TEMPLATE
is still case sensitive. It would be great if it was possible to define themd-highlight-flags
.The text was updated successfully, but these errors were encountered: