oxjs/source/UI
Will Thompson 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
..
css fix css for form elements on text pages 2016-01-13 13:42:39 +05:30
jquery remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
js Autocomplete: only replace input when a prefix matches (fixes #2753) 2016-03-02 17:08:45 +00:00
json remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
png update Ox.parseUserAgent 2015-08-04 19:00:47 +02:00
svg remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
themes fix disabled input text color in light and dark theme; add disabled input to form example 2015-10-19 14:57:23 +02:00
UI.js Ox.UI: add loadThemes option to loader 2015-02-22 19:13:25 +05:30