-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #501 from ocadotechnology/438_autocomplete-picker-…
…event fix(autocomplete-picker): Update change event to emit on undefined value
- Loading branch information
Showing
3 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
docs/content/docs/autocomplete-picker/api/AutocompletePicker/events/change.um
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
@event change [String] | ||
@bugfix nextReleaseVersion | ||
@issue 438 | ||
@description | ||
Updated the AutocompletePicker to update the value when setting the value | ||
to @code[undefined] | ||
|
||
@description | ||
The event called whenever the input text is updated by the auto | ||
complete object. The data is the value of the input field. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters