Christian Fruth

Results 7 issues of Christian Fruth

##### Description I have a service providing a list of objects with a property of type string and format number (BigDecimal on the backend side). The generated service description is...

Issue: Bug

### Description of the bug When I try to combine multi-select-combo-box with the form binder and a slightly more complex data structure i'm getting an exception that _map_ can't be...

bug
hilla
Severity: Major
Impact: Low

### Description of the bug Having a form with a custom validator, the validator is only called the first time you enter a value for a nullable property ### Minimal...

bug
hilla
Severity: Major
Impact: Low

### Description Class _ItemsMixinClass_ (which is base class of _ContextMenu_) defines that the property _items_ can be _undefined_ but if you set the property to this value you get an...

bug
Severity: Minor
Impact: Low
vaadin-context-menu

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