Adam Kudrna
Adam Kudrna
Customize input appearance to match other box field components and make it themeable. Consider `allowedFileTypes` to replace native `accept` attribute and append the list in a generic sentence to `helpText`....
See https://bugs.webkit.org/show_bug.cgi?id=142968 1. Change default label and field alignment to real baseline: ```css --rui-form-field-horizontal-label-vertical-alignment: baseline; --rui-form-field-horizontal-field-vertical-alignment: baseline; --rui-form-field-horizontal-label-padding-y: 0; ``` 2. Get rid of `FormLayoutCustomField`'s `innerFieldSize` prop. Make sure various...
Not all generated custom properties are actually used by all components. Focus on: `$themeable-feedback-variant-states` `$themeable-state-properties` Example:  All properties are defined but only two are actually used.
All responsive (?): - `justify-content` - `justify-items` - `align-content` - `align-items`
Manual fallbacks sort of work but we cannot achieve the same results for all use cases as with the real `subgrid`. - Search all occurrences of `subgrid`. Pay special attention...
Allow to organise form fields into visually separated groups with options headings.
## Outline Select Fields flickering in FF/macOS  ## Color of optional Select Field divider doesn't match variants on hover (all browsers) ## Select Field borders too thin/disappearing in FF...
See https://github.com/react-ui-org/react-ui/community:  Help on GitHub: https://help.github.com/en/github/building-a-strong-community/about-community-profiles-for-public-repositories