Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Releases: Financial-Times/o-autocomplete

minor: Preserve source elements' attributes

19 Jul 09:47
a0064ed
Compare
Choose a tag to compare
v1.3.0

Merge pull request #14 from Financial-Times/preserve-source-attributes

minor: Add an onConfirm function which is called when the user selects an option

15 Jul 16:50
Compare
Choose a tag to compare
Add an onConfirm function which is called when the user selects an op…

…tion

This function is called with the selected option in it's original form. I.E. The option value which was returned by the `source` function before being passed through `mapOptionToSuggestedValue`.

minor: Provide an API for applications to be able to transform the return values from their `source` function before rendering the suggestions.

patch: Only allow specific options to be passed to accessible-autocomplete

14 Jul 09:31
Compare
Choose a tag to compare
only assigns options which are supported by o-autocomplete to this.op…

…tions

patch: Make sure the clear button is associated with the correct input element

07 Jul 14:58
Compare
Choose a tag to compare
Use the input's ID as the argument to createClearButton instead of pa…

…ssing an empty string

patch: Update demo titles

07 Jul 12:41
Compare
Choose a tag to compare
When two titles are the same it is confusing.

patch: Update support status

06 Jul 16:43
Compare
Choose a tag to compare
v1.0.2

Update support status

patch: Correct static demo html

06 Jul 16:37
Compare
Choose a tag to compare
v1.0.1

Correct static demo html