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 ``` const {field, model, read} = useForm(MyModel); ``` on calling `read(model)` getting error on browser `The radio button with the value "true" was not found.` `...

bug
hilla
Severity: Major
Impact: Low

SQL Authentication example in Hilla docs doesn't work as `@Override protected void configure(AuthenticationManagerBuilder auth)` as such method doesn't exist in `VaadinWebSecurity` https://hilla.dev/docs/lit/guides/security/spring-login#sql-authentication (same for LDAP) Could be that it was...

documentation
hilla

When used as part of `AutoForm`, `submit` makes sense. When used as part of a crud, it should be either "Update" or "Add" depending on what the user is doing

enhancement
hilla

When using Hilla 2 with react: 1- OS - Windows 10 2 - VS code 3 - Node 18.15 when try to run with mvnw or mvn spring-boot:run, it generates...

bug
hilla
Severity: Major
Impact: High

### Describe your motivation In Java, it is a good practice to use domain primitives rather than ordinary primitives in certain situations. For instance, instead of using a `String` or...

enhancement
hilla

### Describe the bug `hilla-react` includes a version of com.vaadin.hilla.theme.Lumo.class which is missing all annotations. When it is used instead of the real class, Flow does not load the files...

bug
hilla
Severity: Blocker
Impact: High

### Describe the bug When push is enabled, the push connection is established when you enter the first view of the application. If the application is requiring authentication, this view...

bug
hilla
Severity: Major
Impact: Low
workaround

As a workaround for vaadin/hilla#2063 and probably some other related issues, we need to reload the page after successful login, so that existing connections and clients are updated with a...

documentation
hilla

### Describe your motivation When subscribing to a flux connection, if you leave out the `onError` callback and there is an error, Hilla will throw the error and you can...

enhancement
hilla

In few cases, the current models' API implementation requires direct access to the respective binder node: - `AbstractModel::valueOf()` - alternative: `binderNode.value` - `AbstractModel::toString()` - alternative: `String(binderNode.value)` - `ArrayModel::[Symbol.iterator]()` - no...

hilla