Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Conversation

@rmisio
Copy link
Collaborator

@rmisio rmisio commented Jun 3, 2016

closes #1622

this.$('#inputKeyword').removeClass('invalid');
},
onTagRemove: () => {
this.$('#inputKeyword').addClass('invalid');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This marks the field as invalid if you have 3 tags, and delete one, leaving 2 tags.

You could put in a count that checks to see if there are zero tags when the remove event fires.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch. will fix shortly.

@rmisio
Copy link
Collaborator Author

rmisio commented Jun 6, 2016

Issues from peer review have been fixed.

@jjeffryes jjeffryes merged commit 711acf8 into OpenBazaar:master Jun 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error with required fields when creating a listing

2 participants