Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Factorize input labels in `jsx/Form.js` - More idiomatic React code in `jsx/form/DateTimePartialElement.tsx` - Do not convert `disabled`, `required` and `multiple` to strings as input expect booleans ([doc](https://react.dev/reference/react-dom/components/input)). Note that I did not factorize checkboxes for radio buttons and checkboxes as they use a different layout.
- Loading branch information