neo

The application worker driven frontend framework

MIT License

Downloads
5.2K
Stars
2.7K
Committers
33

Bot releases are hidden (Show)

neo - Neo.main.addon.ScrollSync

Published by tobiu over 1 year ago

PickerFields will now keep their overlay positions in sync when scrolling around inside any parent nodes.

See: https://github.com/neomjs/neo/blob/dev/src/main/addon/ScrollSync.mjs

neo - Trying to prevent Chrome from autocompleting form fields

Published by tobiu over 1 year ago

neo - form.field.Country: first basic version

Published by tobiu over 1 year ago

  • the field is extending form.field.Select and provides a zipCodeField reference hook (in case you want to use different zip code regex per country)
neo - component.Base: getMountedParentId()

Published by tobiu over 1 year ago

@Dinkh can you please test this one inside your app?

we don't have any test-cases yet where we are using itemRoots in combination with dynamically changing the hidden state of items.

neo - form enhancements

Published by tobiu over 1 year ago

  • form.field.ZipCode: logic to detect connected country field instances after the field instance got created (frequent ping)
neo - form enhancements

Published by tobiu over 1 year ago

  • form.field.ZipCode: custom model field names for related country codes
neo - housekeeping

Published by tobiu over 1 year ago

neo - housekeeping

Published by tobiu over 1 year ago

  • form.field.Phone: super simple sanity check inputPattern
  • component.DatePicker: support for "ancient" dates
neo - form.field.CheckBox & Radio: labelPosition 'top' label styling

Published by tobiu over 1 year ago

  • flex value for the value label
neo - form.field.CheckBox & Radio: labelPosition 'top' label styling

Published by tobiu over 1 year ago

neo - form.field.CheckBox & Radio: labelPosition 'top' label styling

Published by tobiu over 1 year ago

neo - form.field.Url

Published by tobiu over 1 year ago

neo - housekeeping

Published by tobiu over 1 year ago

  • container.Base: removeAll() => destroying all child items properly if needed
  • form.field.ZipCode: countryCode_ config & provided an easy way to connect the field to a country field for different input patterns

see: https://github.com/neomjs/neo/issues/4356

  • the goal is event consistency, e.g. in case you want to use the same handler for form field change & focusLeave events
neo - form.field.Email

Published by tobiu over 1 year ago

  • allowing empty values in case the field is not required
Package Rankings
Top 2.35% on Npmjs.org
Top 6.61% on Proxy.golang.org
Related Projects