Altinn / Altinn/app-frontend-react
Missing helpText when using RepeatingGroup with mode `onlyTable`
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 33
- Avg merge
- 6d 23h
- Merged PRs (30d)
- 3
Description
### Description of the bug
The helpText of a text input is completely missing when using RepeatingGroup with mode `onlyTable`.

When using any of the other modes, the info-button is shown next to the label:

### Steps To Reproduce
1. Add a RepeatingGroup
2. Set the `mode` to `onlyTable`
3. Add an Input to the RepeatingGroup
4. Add a helpText to the Input
### Additional Information
I would expect the helpText to be visible somewhere around the input field. The most obvious place would be next to the table header here 🙂 :

Contributor guide
Research direction
Start by reproducing the issue with a RepeatingGroup in mode `onlyTable`, containing an Input with helpText, and compare it with the other modes. Trace the RepeatingGroup table rendering entry point and verify that the completed change makes the helpText visible around the input or table header.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100