hilla icon indicating copy to clipboard operation
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.

Results 422 hilla issues
Sort by recently updated
recently updated
newest added

### 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...

bug
hilla
Severity: Major
Impact: Low

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...

enhancement
hilla

### 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....

bug
hilla
Severity: Minor
Impact: Low

### 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...

enhancement
hilla

### 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...

bug
hilla

### 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...

enhancement
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...

bug
hilla
investigation

### 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...

bug
hilla
Severity: Major
Impact: High

### 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:...

enhancement
hilla

### 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',...

bug
hilla