oxjs/source/UI/js/Form
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
..
ArrayEditable.js tentatively add public updateItem method to ArrayEditable 2014-12-17 19:36:13 +00:00
ArrayInput.js refactor array input 2015-02-14 19:52:13 +00:00
Button.js indeterminate checkboxes... 2016-02-10 13:22:38 +05:30
ButtonGroup.js some more support for squared style 2016-01-12 11:11:08 +05:30
Checkbox.js indeterminate checkboxes... 2016-02-10 13:24:57 +05:30
CheckboxGroup.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
ColorInput.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
ColorPicker.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
DateInput.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
DateTimeInput.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Editable.js editor view: fix invalid entity inputs; fix keyboard focus 2015-02-06 10:16:13 +00:00
EditableContent.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
FileButton.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
FileInput.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Filter.js Filter: handle formatISBN 2016-01-17 16:44:59 +05:30
Form.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
FormElementGroup.js fix FormElementGroup.value 2015-02-15 10:18:25 +00:00
FormItem.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
FormPanel.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Input.js Autocomplete: only replace input when a prefix matches (fixes #2753) 2016-03-02 17:08:45 +00:00
InputGroup.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
InsertHTMLDialog.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Label.js some more support for squared style 2016-01-12 11:11:08 +05:30
ObjectArrayInput.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
ObjectInput.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
OptionGroup.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Picker.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
PlaceInput.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
PlacePicker.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Range.js Ox.Range: update size if max/min/step changes 2015-03-14 11:24:47 +05:30
Select.js some more support for squared style 2016-01-12 11:11:08 +05:30
SelectInput.js fix form_elements example 2016-01-30 22:39:45 +05:30
Spreadsheet.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
TimeInput.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00