alejandro-du / crudui

Automatically generate CRUD-like Vaadin views for any Java Bean
https://vaadin.com/directory#!addon/crud-ui-add-on
Apache License 2.0
86 stars 54 forks source link

Add New NumberField, BigDecimalField and others #62

Closed juanfranciscolopez28 closed 3 years ago

juanfranciscolopez28 commented 4 years ago

Thanks for your work.

When i add a number property, only show 3 decimals in form factory.

This is the grid imagen

This is the form imagen

Can u add support to new Fields? https://vaadin.com/components/vaadin-text-field/java-examples/number-field

Thanks you very much!

DanielMartensson commented 3 years ago

I have the same issue too.

DanielMartensson commented 3 years ago

Thanks for your work.

When i add a number property, only show 3 decimals in form factory.

This is the grid imagen

This is the form imagen

Can u add support to new Fields? https://vaadin.com/components/vaadin-text-field/java-examples/number-field

Thanks you very much!

Use this

    @Digits(integer=20, fraction=10)
    private BigDecimal sa0Max;
alejandro-du commented 3 years ago

Se #85.