Skip to content

Conversation

unindented
Copy link
Contributor

It was always using typeahead-hint.

@running-coder
Copy link
Owner

I'll merge the change asap, thanks for the PR

@running-coder running-coder added this to the 2.3.0 milestone Nov 27, 2015
@unindented
Copy link
Contributor Author

👍

running-coder added a commit that referenced this pull request Nov 27, 2015
Use provided selector for hint
@running-coder running-coder merged commit bb89b11 into running-coder:develop Nov 27, 2015
@unindented unindented deleted the patch-1 branch November 29, 2015 11:23
running-coder added a commit that referenced this pull request Dec 24, 2015
Features

- Added option ``backdropOnFocus`` will trigger the backdrop option as long as the Typeahead input is focused
- Added ``onShowLayout`` and ``onHideLayout`` callbacks
- ``template`` can now be a function (query, item) that returns a template string
- Added query string sanitization
- Added ``.typeahead-item`` and ``.typeahead-empty`` on list items to easily apply CSS on these LI elements
- #109 ``correlativeTemplate`` can be an array of display keys instead of the complete template
- #111, #127 Added ``filter`` and ``matcher`` options. See the documentation to know the differences and possible return options.
- #115 Added ``e.preventInputChange`` boolean to ``onNavigateBefore`` callback to prevent the input from changing when navigating (arrow up / down) the results
- #118 Every functions and callbacks are now scoped with the Typeahead object, it is possible to use ``this`` to reach the Typeahead variables & functions
- #122 It is now possible to set a custom accent object with ``from`` and ``to``
- #125 Added ``onNavigateAfter`` callback
- #127 ``emptyTemplate`` now accepts a jQuery LI object
- #132 It is now possible to set a function that returns a request object inside ``source.group.url``

Fixes

- Removed ``.show()`` and ``.hide()`` jQuery functions, use the CSS instead!
- Fixed dropdownFilter when clicking outside wouldn't close it
- Fixed jQuery-3.0.0-alpha1 issue, missing the node.selector so using ``options.input`` is now mandatory for using Typeahead['#my-search'] (see extras section in documentation)
- Fixed highlight option when query was empty
- #121 ``selector.hint`` was not being interpreted
running-coder added a commit that referenced this pull request Dec 24, 2015
Features

- Added option ``backdropOnFocus`` will trigger the backdrop option as long as the Typeahead input is focused
- Added ``onShowLayout`` and ``onHideLayout`` callbacks
- ``template`` can now be a function (query, item) that returns a template string
- Added query string sanitization
- Added ``.typeahead-item`` and ``.typeahead-empty`` on list items to easily apply CSS on these LI elements
- #109 ``correlativeTemplate`` can be an array of display keys instead of the complete template
- #111, #127 Added ``filter`` and ``matcher`` options. See the documentation to know the differences and possible return options.
- #115 Added ``e.preventInputChange`` boolean to ``onNavigateBefore`` callback to prevent the input from changing when navigating (arrow up / down) the results
- #118 Every functions and callbacks are now scoped with the Typeahead object, it is possible to use ``this`` to reach the Typeahead variables & functions
- #122 It is now possible to set a custom accent object with ``from`` and ``to``
- #125 Added ``onNavigateAfter`` callback
- #127 ``emptyTemplate`` now accepts a jQuery LI object
- #132 It is now possible to set a function that returns a request object inside ``source.group.url``

Fixes

- Removed ``.show()`` and ``.hide()`` jQuery functions, use the CSS instead!
- Fixed dropdownFilter when clicking outside wouldn't close it
- Fixed jQuery-3.0.0-alpha1 issue, missing the node.selector so using ``options.input`` is now mandatory for using Typeahead['#my-search'] (see extras section in documentation)
- Fixed highlight option when query was empty
- #121 ``selector.hint`` was not being interpreted
running-coder added a commit that referenced this pull request Dec 24, 2015
Features

- Added option ``backdropOnFocus`` will trigger the backdrop option as long as the Typeahead input is focused
- Added ``onShowLayout`` and ``onHideLayout`` callbacks
- ``template`` can now be a function (query, item) that returns a template string
- Added query string sanitization
- Added ``.typeahead-item`` and ``.typeahead-empty`` on list items to easily apply CSS on these LI elements
- #109 ``correlativeTemplate`` can be an array of display keys instead of the complete template
- #111, #127 Added ``filter`` and ``matcher`` options. See the documentation to know the differences and possible return options.
- #115 Added ``e.preventInputChange`` boolean to ``onNavigateBefore`` callback to prevent the input from changing when navigating (arrow up / down) the results
- #118 Every functions and callbacks are now scoped with the Typeahead object, it is possible to use ``this`` to reach the Typeahead variables & functions
- #122 It is now possible to set a custom accent object with ``from`` and ``to``
- #125 Added ``onNavigateAfter`` callback
- #127 ``emptyTemplate`` now accepts a jQuery LI object
- #132 It is now possible to set a function that returns a request object inside ``source.group.url``

Fixes

- Removed ``.show()`` and ``.hide()`` jQuery functions, use the CSS instead!
- Fixed dropdownFilter when clicking outside wouldn't close it
- Fixed jQuery-3.0.0-alpha1 issue, missing the node.selector so using ``options.input`` is now mandatory for using Typeahead['#my-search'] (see extras section in documentation)
- Fixed highlight option when query was empty
- #121 ``selector.hint`` was not being interpreted
running-coder added a commit that referenced this pull request Dec 26, 2015
Features

- Added option ``backdropOnFocus`` will trigger the backdrop option as long as the Typeahead input is focused
- Added ``onShowLayout`` and ``onHideLayout`` callbacks
- ``template`` can now be a function (query, item) that returns a template string
- Added query string sanitization
- Added ``.typeahead-item`` and ``.typeahead-empty`` on list items to easily apply CSS on these LI elements
- Added a resetLayout function
- #109 ``correlativeTemplate`` can be an array of display keys instead of the complete template
- #111, #127 Added ``filter`` and ``matcher`` options. See the documentation to know the differences and possible return options.
- #115 Added ``e.preventInputChange`` boolean to ``onNavigateBefore`` callback to prevent the input from changing when navigating (arrow up / down) the results
- #118 Every functions and callbacks are now scoped with the Typeahead object, it is possible to use ``this`` to reach the Typeahead variables & functions
- #122 It is now possible to set a custom accent object with ``from`` and ``to``
- #125 Added ``onNavigateAfter`` callback
- #127 ``emptyTemplate`` now accepts a jQuery LI object
- #132 It is now possible to set a function that returns a request object inside ``source.group.url``

Fixes

- Removed ``.show()`` and ``.hide()`` jQuery functions, use the CSS instead!
- Fixed dropdownFilter when clicking outside wouldn't close it
- Fixed jQuery-3.0.0-alpha1 issue, missing the node.selector so using ``options.input`` is now mandatory for using Typeahead['#my-search'] (see extras section in documentation)
- Fixed highlight option when query was empty
- Fixed href option where clicking the "a" link wouldn't redirect
- Fixed group search
- #121 ``selector.hint`` was not being interpreted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants