Paul Le Corre

Results 2 issues of Paul Le Corre

Follow-up of a bug discovered here : https://github.com/diesel-rs/diesel/pull/3019#issuecomment-1013075368 ## Setup ### Versions - **Rust: 1.57** - **Diesel: master (https://github.com/diesel-rs/diesel/commit/a213fe232a122f35a812b0ce0269708a1845a4c9)** - **Database: Postgres 13.3** ### Feature Flags - **diesel: postgres** ##...

bug

### Provide a general summary of the issue here When filling a `NumberField` with a non-empty `formatOptions` property, a re-render will erase the current value. Everything work correctly if I...