goToQuestion() function
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently QuickForm supports navigating to a specific slide with the goToSlide() function. In the future, it would be nice to support navigating to specific questions on specific slides.
The function should take the logicalName of the question as input parameter and navigate to that specific question.
A few thoughts come to mind when thinking about this functionality;
- Should navigating to a specific question scroll to the input component of the question?
- Should navigating to a specific question focus the field of the input component?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.