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-chips input : issuse with space characters inputed #7243
Labels
P4: minor
Minor issues. May not be fixed without community contributions.
pr: merge ready
This PR is ready for a caretaker to review
Comments
Yes, can see that, I will try taking a look at this. |
topherfangio
added
the
P4: minor
Minor issues. May not be fixed without community contributions.
label
Mar 24, 2016
devversion
added a commit
to devversion/material
that referenced
this issue
Mar 25, 2016
* The chips input should not trim the text, because otherwise the buffer will be always falsey, even when there are spaces in the input, and this would cause the backspace not to work. Fixes angular#7243
devversion
added a commit
to devversion/material
that referenced
this issue
Mar 25, 2016
* The chips input should not trim the text, because otherwise the buffer will be always falsey, even when there are spaces in the input, and this would cause the backspace not to work. Fixes angular#7243
gmoothart
pushed a commit
to gmoothart/material
that referenced
this issue
Apr 5, 2016
* The chips input should not trim the text, because otherwise the buffer will be always falsey, even when there are spaces in the input, and this would cause the backspace not to work. Fixes angular#7243 Closes angular#7748
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P4: minor
Minor issues. May not be fixed without community contributions.
pr: merge ready
This PR is ready for a caretaker to review
1 - Remove all items in input chips
2 - Press space button to input space character
=> Can't press BackSpace button to remove/delete, same for many spaces.
The text was updated successfully, but these errors were encountered: