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