Herman Wikner
Herman Wikner
### Description This PR adds logic to determine when a field should have the "level UI" (that is, padding to left + border). ### What to review Do the level...
### Description This PR fixes read only issues. ### What to review Make sure that read only works as expected. ### Notes for release fix(form): read only issues
This PR adds a banner that is displayed when the network connection is lost, and improvements to the sync indicator. **Banner** The banner is displayed when the new `useNetworkStatus` hook...
### Description ### What to review ### Notes for release
### Description This PR adds - form.renderDiff ```ts const config = createConfig({ ..., form: { renderDiff: (props, next) => { return next(props) } } }) ``` - Review changes test...
### Description ### What to review ### Testing ### Notes for release
### Description ### What to review ### Testing ### Notes for release
### Description ### What to review ### Testing ### Notes for release
### Description This pull request fixes an issue where the `FormInput` would not render a field inside a fieldset. The current logic only finds fields that have the `kind` of...
### Description ### What to review ### Testing ### Notes for release