Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show dropdown on arrow down #333

Closed
wants to merge 1 commit into from
Closed

Conversation

codertimu
Copy link

@codertimu codertimu commented Oct 12, 2019

Show dropdown on the arrow down keypress even it is not in select mode.
I think it makes sense to be able to open the dropdown with arrow down key and not having to click only.

Show dropdown even it is not in select mode.
@yairEO
Copy link
Owner

yairEO commented Oct 14, 2019

Thanks. I will consider this and might merge it this week. I do see the value in this, just want to make sure it aligns with all the other things nicely because I am aware of a LOT of different things going-on with Tagify (the number of different scenarios is quite large)

yairEO added a commit that referenced this pull request Nov 28, 2019
- fixed #267 - Pasted text separated with new line symbol doesn't process correctly
- fixed #356 - addTags not working on mix-mode
@yairEO
Copy link
Owner

yairEO commented Nov 28, 2019

Will be a part of v3 which should be released (hopefully) today. There's already a branch

@yairEO yairEO mentioned this pull request Dec 12, 2019
Merged
yairEO added a commit that referenced this pull request Dec 12, 2019
- do not add multiple   after the last tag, in mixed-mode (happens if initial input value has multiline)
- re-wrote "replaceTextWithNode" method completely and renamed it "replaceTextWithNode"
- fix bug where unintended mixed-mode prefixes are removed instead of only the one needed
- fix bug with mixed-mode dropdown not removed when Tagify de-focus
- Changes to "autoComplete" setting. added "rightKey" sub-setting
- when dropdown is shown, pressing ESC key should not create a new tag, but only hide the dropdown
- improve the auto-comeplete setting with sub-settings for "enter" & "right" keys functionality (issue #103)
- on fuzzy-search, only auto-complete the input with terms starts with the typed text
- added loader animations to the CSS and "loading" method to Tagify
- single-value select mode refactoring
- demo page - suggestion list as tags that when clicked add the clicked tag
- renamed jQuery event "remove" to "removeTag" #222
- make demo page header fixed to top
- all triggered events return the instance's scope (tagify)
- add methods to the README (replaceTag)
- improved CSS dropdown animations (on show)
- Show dropdown suggestions list on arrow down #333
- fixed #267 - Pasted text separated with new line symbol doesn't process correctly
- fixed #356 - addTags not working on mix-mode
- add boolean property to "this.dropdown" that would tell if the dropdown is shown or not
- show suggestions dropdown when editing a tag
- add event: "edit:keydown"
- new event: "edit:input"
- new event: "edit:change"
- new event: "edit:start"
- added dropdown ability to use css effects when showing
- dropdown auto-adjusts its placement if there's no space for it at the bottom, it will flip to be above
@yairEO
Copy link
Owner

yairEO commented Dec 12, 2019

This is now a part of v3 which has been deployed few minutes ago. Thanks!

@yairEO yairEO closed this Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants