-
Instead the component should gracefully fall back to show empty string on the field.
-
比如以下的代码
```json
{
name: '1'
}
```
```java
@PostAction("create")
public void create(User user) {
}
```
需要增加什么注解才能绑定成功吗,文档不是很详细
-
`expandAll` relies on the fact that at some point, an expansion will hit a fixpoint, because there is nothing left to expand. Some forms seem not to hit those fixpoints, leading to the occasional hang…
-
**[Peter Tang](https://jira.spring.io/secure/ViewProfile.jspa?name=tangp)** opened **[SWF-1495](https://jira.spring.io/browse/SWF-1495?redirect=false)** and commented
The Binding model cannot find pr…
-
```
What steps will reproduce the problem?
1. Start with a class with a field to be bound.
2. Extend the class.
3. Bind the form.
I attached a unit test that I wrote to test whether the form binder w…
-
```
Has anyone observed that when the User clicks on a ColorWell control that
it crashes your entire app.
In order to duplicate this behavior, this is all I do.
1. Open up the Main.nib
2. Add a Col…
-
I am attempting to pass a few properties to a widget from a view. In my example I am passing a settings dictionary to a contact form. I am calling the following overload from my view:
`@await Widget.I…
-
### Checklist
- [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same feature, before opening a new one.
- [X] This issue only relate…
-
Or just something to make the excel import less painful.
-
Use case: I want to make a form that can be saved temporarily ("interrupt save") before the final submission. This means that I want to turn off the validation temporarily so that even invalid data ca…