hilla
hilla copied to clipboard
Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.
### Describe the bug Application fails to run > It seems the Hilla runner fails to find mvn in the project Artur attempted to debug it, but we couldn't fix...
Let's discuss and figure out the API of using arrays in React forms. Consider the following use cases: - rendering the array items, for example, rows in an order form...
### Describe the bug Commenting out a routed view fails server to render other routes. https://github.com/vaadin/hilla/assets/100126447/28f5a9d4-3b7c-495a-a1d0-736a44545ae8 ### Expected-behavior The commented view should be removed from file router instead of failing....
### Describe your motivation There is `ConnectionState` and `ConnectionStateStore` in "@vaadin/common-frontend", but the API is not very React friendly. Hence it would be nice to have useOffline hook. ### Describe...
### Describe the bug Validation of _NumberModel_ will fail for values which get converted to exponent format when they get converted to a String ### Expected-behavior I expect _NumberModel_ to...
### Describe your motivation It's a common use case for many applications to allow users to export/download data of grids (e.g. as CSV, XLSX). This can be done in Hilla...
### Describe the bug When I use Kotlin class for endpoint, validation does not work. ### Expected-behavior show errors in form ### Reproduction # Repository https://github.com/inithink/hilla-crm-tutorial.git # Kotlin ## KotlinClass.kt...
### Describe the bug When validating an optional field which is bound to a text-field based widget (e.g. vaadin-text-field, vaadin-number-field.....) and having a validator registered to that field, once the...
### Describe your motivation We should allow `false` as a valid value for the `menu` entry in `ViewConfig` so that you could do `menu: false` as a shorthand for `menu:...
### Describe the bug Using binder with a model having two optional fields and a custom validator on the object level (instead of field level) e.g. ``` this.binder.addValidator({ message: 'Error',...