neo
neo copied to clipboard
The Application Engine for the AI Era. A multi-threaded, AI-native runtime with a persistent Scene Graph, enabling AI agents to introspect and manipulate the living application structure in real-time.
The ticket is blocked by: https://github.com/neomjs/neo/issues/5135 (needs to get resolved first). Automated component based testing for the most complex form field would be a great starting point for other developers...
Please create new tickets for each component which we want to adjust into this project. Especially form fields need to get a priority.
@ExtAnimal @mxmrtns Max would like to see a `SelectField` implementation which is based on `select` and `option` tags. Imho a ComboBox can already handle the functionality (via `editable: false)` and...