final-form / final-form/react-final-form
[Docs] – Styling issue in Subscriptions Example
- Dominant language
- JavaScript
- Stars
- 7.4k
- Forks
- 497
- PR merge metrics
- No merged PRs in 30d
Description
### Are you submitting a **bug report** or a **feature request**?
Bug report
### What is the current behavior?
`RenderCount` is not correctly displayed in the respective `form`.
- (Using latest Chrome) Go to https://final-form.org/docs/react-final-form/examples/subscriptions
- The `RenderCount` components are displayed at the top right corner and overlay each other, making it confusing which `RenderCount` belongs to which form element.
### What is the expected behavior?
- The `RenderCount` components should be displayed inside the respective form element.
- Just insert `position: relative` into the `form` styles.
### Sandbox Link
https://codesandbox.io/embed/github/final-form/react-final-form/tree/master/examples/subscriptions
### What's your environment?
React Final Form Github page.
Contributor guide
Assessment
This issue has not been assessed yet.