neo

The application worker driven frontend framework

MIT License

Downloads
5.2K
Stars
2.7K
Committers
33

Bot releases are hidden (Show)

neo - form.field.Email

Published by tobiu over 1 year ago

  • new config: errorPositionAbsolute_ (defaults to false)
  • new config: errorPositionAbsolute_ (defaults to false)
neo - form enhancements

Published by tobiu over 1 year ago

form.field.CheckBox

  • new styling var: checkboxfield-icon-margin
  • better styling for labelPosition top
neo - form.field.Date polishing

Published by tobiu over 1 year ago

showing the correct picker view after programmatically changing the field value

neo - form enhancements

Published by tobiu over 1 year ago

CheckBoxes & Radios now have the ability to set groups as required. You can define which field(s) of a group shows the error.

neo - form.field.CheckBox: required config

Published by tobiu over 1 year ago

  • we can change the value of required at run time
  • clean config
  • error messages (similar to TextFields)
neo - form enhancements

Published by tobiu over 1 year ago

neo - form enhancements

Published by tobiu over 1 year ago

neo - form enhancements

Published by tobiu over 1 year ago

  • form.field.CheckBox: setting the default values for value to true and uncheckedValue to false
  • form.fieldText:
    • ensuring that dynamic changes to the required config always trigger a vdom update
    • labelPosition: inline => readOnly & required => ensuring that the red border gets a prio over the readOnly one
neo - form enhancements

Published by tobiu over 1 year ago

  • form.Container: setValues() => better support for non grouped CheckBoxes
  • form.field.CheckBox: only firing a change event for changes of the checked state, not when dynamically changing field values

stepSize values < 1 were causing issues.

neo - apps/forms => stability enhancement for lazy loaded pages

Published by tobiu over 1 year ago

  • clicking the input will now exactly work the same way as clicking the trigger
  • after a record gets matched, the control will now select a list item afterwards
neo - SelectField example inside the forms app

Published by tobiu over 1 year ago

neo - form.field.CheckBox: uncheckedValue class field

Published by tobiu over 1 year ago

Package Rankings
Top 2.35% on Npmjs.org
Top 6.61% on Proxy.golang.org
Related Projects