The-M-Project icon indicating copy to clipboard operation
The-M-Project copied to clipboard

Text-field does not allow for touch/click autocompletes

Open amenon opened this issue 12 years ago • 2 comments

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.

amenon avatar Jun 03 '12 20:06 amenon

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

dominiklaubach avatar Jun 21 '12 09:06 dominiklaubach

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

amenon avatar Jun 22 '12 00:06 amenon