The-M-Project
The-M-Project copied to clipboard
Text-field does not allow for touch/click autocompletes
The text field updates its value from DOM only on keyup. This prevents an autocomplete via a tap/click event to not correctly populate the value of the text field. Shouldn't the lostFocus event also trigger setValueFromDOM()? Currently it only does so for native date field.
Hi amenon,
makes perfect sense. Did you test if triggering this really solves the problem and doesn't come along with any unexpected behaviour instead?
Best regards Dominik
Yes. It does solve the problem and I haven't noticed any unexpected behavior.
On Thu, Jun 21, 2012 at 4:08 AM, Dominik < [email protected]
wrote:
Hi amenon,
makes perfect sense. Did you test if triggering this really solves the problem and doesn't come along with any unexpected behaviour instead?
Best regards Dominik
Reply to this email directly or view it on GitHub: https://github.com/mwaylabs/The-M-Project/issues/47#issuecomment-6477666