Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

md-chips input : issuse with space characters inputed #7243

Closed
beoandlun opened this issue Feb 23, 2016 · 1 comment
Closed

md-chips input : issuse with space characters inputed #7243

beoandlun opened this issue Feb 23, 2016 · 1 comment
Assignees
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

@beoandlun
Copy link

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.

@devversion
Copy link
Member

Yes, can see that, I will try taking a look at this.

@ThomasBurleson ThomasBurleson modified the milestone: 1.0.6 Feb 24, 2016
@topherfangio topherfangio added the P4: minor Minor issues. May not be fixed without community contributions. label Mar 24, 2016
@topherfangio topherfangio added this to the Backlog milestone 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 devversion added the pr: merge ready This PR is ready for a caretaker to review label Mar 25, 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
ThomasBurleson pushed a commit that referenced this issue Apr 1, 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 #7243

Closes #7748

# Conflicts:
#	src/components/chips/js/chipsController.js
ThomasBurleson pushed a commit that referenced this issue Apr 1, 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 #7243

Closes #7748

# Conflicts:
#	src/components/chips/js/chipsController.js
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
@Splaktar Splaktar removed this from the - Backlog milestone Feb 23, 2019
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
Projects
None yet
Development

No branches or pull requests

5 participants