- ADD new input diplay : stepper -/+ for s/Int
- ADD Possibility to put an HTML description to a field with sablono.
- ADD HTML Attributes for action and clean buttons. {:action {:attrs {:tabIndex 10}}
- ADD For s/enum add the possibility to iterate over the i18n for order reason : {:label-order true} Only i18n data are shwon.
- TECH upgrade to schema 0.3.3. Add s/set-compile-fn-validation! to false.
- FIX An optionnal field in error was not valid when empty.
- ADD Possibility to call a fn on the typed inputs i.e {:post-typing #(.toUpperCase %)}
- ADD Layout indirection for input
- ADD New input display segmented control with : btn-group and radio-btn-group
- TEC Rewrite the way inputs are build. Each input is now given only its data.
- ADD Option :validate-i18n-keys to turn off/on i18n Map. Turn off when you put extra labels.
- ADD Experimental handling of asynchroneous action. New options {:action {:async true}}. The callback accepts a fourth argument that is the channel. The callback must put! :ok or :ko at the end.
- ADD the possibility to inline radio-group with the new type "radio-group-inline"
- FIX Position of toolip messages
- ADD Tooltip for info. In i18N add :info to a field.
- ADD Experimental "now" to capture real time occurence for s/inst
- ADD Possibility to alter opts dynamically via :dyn-opts in root local state. Merge with init opts during render phase.
- ADD Possibility to add hooks to lifecycle methods. First is IWillReceiveProps. Add :IWillReceiveProps and (fn [owner next-props]) to the options map.
- ADD flag no-reset to keep last values instead of initial values
- FIX Complete validation on action bouton is now playing all unit validations
- ADD id for action and clean button comp-name-[action|clean]
- FIX clean function was not called.
- EVOL Add 1-1 mode for validation.
- FIX Labeled inputs.
- EVOL Add placeholder support.
{:ph "blah blah"}
- FIX Reset of input fields was broken.
- FIX typing control was broken on first use.
- EVOL support for Schema s/Eq : A proper error message is still missing.
- EVOL support for Schema s/Regex : It controls the characters one can type in the input field.
- EVOL Better support for initial values of fields