fix: Skip invisible inputs in the field navigation policy by RoboErikG · Pull Request #9092 · RaspberryPiFoundation/blockly
The basics
The details
Resolves
Fixes RaspberryPiFoundation/blockly-keyboard-experimentation#524

Proposed Changes
Skips over hidden inputs when finding the next/prev node in field_navigation_policy.
Reason for Changes
If you had a field before or after an input that had visible set to false the hidden input could be navigated to.
Test Coverage
Added tests to cover next and previous for this case.