[604 total ]
Changeset [1378]: On blur, restore the last selected value in the input box - this avoids …

On blur, restore the last selected value in the input box - this avoids users accidentally clicking away and forgetting about the control. TODO: allow clearing the field if nullable

Changeset [1377]: Select input on focus - this lets the user start typing without deleting …

Select input on focus - this lets the user start typing without deleting the previous entry

Changeset [1376]: Bugfix: $acinput was getting global scope, causing problems when multiple …

Bugfix: $acinput was getting global scope, causing problems when multiple autocomplete controls were active

Changeset [1375]: Autocomplete control now uses the json representation of the selected …

Autocomplete control now uses the json representation of the selected object instead of using a valueTemplate.
This way the developer can no longer choose what the wirevalue looks like, but now it is possible to set an initial wirevalue using the same object structures

Changeset [1374]: Introduced the output-control

Introduced the output-control

Changeset [1373]: If the dataURI already contains query parameters ("?"), add &method=PUT …

If the dataURI already contains query parameters ("?"), add &method=PUT instead of ?method=PUT

Ticket #239 (defect created): validation should not stop on first error

validation should not stop on first error

Changeset [1372]: Actually set the value instead of alert()'ing it

Actually set the value instead of alert()'ing it

Changeset [1371]: clean up debugger statementts

clean up debugger statementts

Changeset [1370]: Don't escape the autocomplete template values and don't use 'options' to …

Don't escape the autocomplete template values and don't use 'options' to pass configuration attributes