-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to exclude
onChange
from getting passed on ...rest
Tag v0.6.2 Update acknowledgements setMuiComponent_autoComplete setting value of auto complete Addresses two problems: - If using FormsyAutoComplete a user begins to type and uses the keyboard to select the first option in the AutoComplete menus (Keyboard, not mouse click) `handleBlur` will set `_value` before the selected autocomplete item text is set in the input. - If, for some reason, `blur` is not triggered on the AutoComplete element, an incorrect value can be set for the formsy element/model. Since there is little value of having a state attribute of `value` lets use the helper function (through the mixin) to guarantee that formsy has the most "up-to-date" value. Merge pull request #2 from alan-cruz2/patch-1 setMuiComponent_autoComplete Merge pull request #1 from alan-cruz2/using_setValue_autocomplete setting value of auto complete Update FormsyAutoComplete.jsx Update FormsyAutoComplete.jsx Merge pull request #3 from alan-cruz2/adding-back-setState Update FormsyAutoComplete.jsx
- Loading branch information
alan-cruz2
committed
Aug 25, 2017
1 parent
885edc3
commit 0465a19
Showing
4 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
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
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