4189c740b5
input event breaks input change event for input fields with onchange handlers
2023-07-12 13:31:11 +05:30
b3a73dedbf
no autocomplete fields
2023-07-09 20:14:05 +05:30
bb7fe206d1
trigger change for text/password, fixes login and does not break annotations
2023-07-09 16:40:05 +05:30
4f00f0e06c
revert 8a374360fa
breaks shift enter in annotations
2023-07-09 16:04:20 +05:30
8a374360fa
trigger change on automplete input event
2023-07-08 18:52:05 +05:30
874b68c8a6
allow switching from text to password
2019-07-30 13:07:14 +02:00
6cf7083665
FF complains about dead code afte return, comment out
2017-11-06 21:22:03 +02:00
3637b70244
Autocomplete: only replace input when a prefix matches ( fixes #2753 )
...
Previously, if the top match for "Smi" was "John Smith", the contents of
the field would be changed to "Smi[n Smith]" (where square brackets
indicate selection). On top of this, if you then type the fourth letter
("n"), the input becomes "Smin", which is not what you typed.
This preserves the "happy path" for replacing the field contents if
there is a prefix match, but without making the field unusable if
there's an infix match.
2016-03-02 17:08:45 +00:00
32252a1dfd
some more support for squared style
2016-01-12 11:11:08 +05:30
j
46d0dcf2e3
add option to Ox.Input to set readonly attribute
2015-02-27 12:26:47 +05:30
rolux
8e32500063
fix input with arrows
2015-02-21 12:47:11 +05:30
j
547ce17f81
focus disabled input elments, fixes #2660
2015-02-06 11:44:41 +00:00
rolux
4710f80b65
focus input after hiding autocomplete menu
2014-12-17 19:27:04 +00:00
rolux
6e7a1936dc
remove timeout and logging
2014-12-17 15:43:43 +00:00
rolux
5f15edeb16
add logging
2014-12-17 15:28:43 +00:00
rolux
073e9badd6
still testing
2014-12-17 14:57:04 +00:00
rolux
655f77a06d
testing, try longer timeout
2014-12-17 14:54:59 +00:00
rolux
a7739f5e5e
testing, try timeout
2014-12-17 14:44:24 +00:00
rolux
c36243d31c
Ox.Input: add autocompleteSelectOffset and autocompleteSelectUpdate options
2014-12-17 14:35:10 +00:00
rolux
c47545d77e
make sure Ox.Input works without options
2014-11-20 13:47:25 +00:00
rolux
51696562f1
remove unneeded Ox. prefix from path and file names
2014-09-26 15:51:50 +02:00