Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.