Skip to content

v4.45.0 - #826

Merged
rzueger merged 5 commits into
masterfrom
develop
Jul 13, 2026
Merged

v4.45.0#826
rzueger merged 5 commits into
masterfrom
develop

Conversation

@rzueger

@rzueger rzueger commented Jul 13, 2026

Copy link
Copy Markdown
Member

No description provided.

rzueger added 5 commits July 8, 2026 21:59
Turns on the passkeysEnabled flag for the lszo-test environment.
Production stays off until the feature is verified on test.
The passenger, landing and go-around counters were adjustable only via
the +/- buttons. Setting a large count meant many clicks. The shared
IncrementationField now renders a digit-only text input as well, so a
value can be typed directly, mirroring the time field. The typed value
is committed and clamped to minValue on blur; the +/- buttons and the
onChange contract are unchanged.
iOS Security-Code AutoFill drops the whole 6-digit code into the first
input in one event. maxLength=1 truncated it to a single digit and only
the first box was marked one-time-code, so autofill filled just one box.

Remove the per-box maxLength, mark every box one-time-code, and spread a
multi-character value across the boxes (shared with the paste handler),
so a tapped autofill suggestion fills the whole code and submits.
Wizard steps change a Redux page index without a route change, so the
app-level scroll-to-top (keyed on the location) never fired between
steps. On mobile the retained scroll position left the flight type and
step header off-screen after advancing. Reset the window scroll on each
step change.
@rzueger
rzueger merged commit e2d836e into master Jul 13, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant