Skip to content

Frontend/update input date component for late binding - #1792

Merged
isabeleliassen merged 1 commit into
csg-org:mainfrom
InspiringApps:frontend/bugfix-mfa-form-dob
Jul 30, 2026
Merged

Frontend/update input date component for late binding#1792
isabeleliassen merged 1 commit into
csg-org:mainfrom
InspiringApps:frontend/bugfix-mfa-form-dob

Conversation

@jsandoval81

Copy link
Copy Markdown
Collaborator

Requirements List

  • None

Description List

  • Update InputDate component with watcher to support late-bound FormInputs
  • Also a small UI fix to allow date select overflow on MFA form

Testing List

  • yarn test:unit:all should run without errors or warnings
  • yarn serve should run without errors or warnings
  • yarn build should run without errors or warnings
  • Code review
  • Testing
    • From public home page, click on "Locked out of your account?"
      • Confirm MFA reset form can be successfully completed
    • From public home page, under Practitioner login click on "Create an account"
      • Confirm registration form can be successfully completed
    • Login as staff admin and confirm date inputs in Encumber forms continue to function without regressions

Closes #1791

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@jsandoval81, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 20 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 50922f44-255d-4df2-af24-8fdb7e0ea6b3

📥 Commits

Reviewing files that changed from the base of the PR and between faed2aa and faa3202.

📒 Files selected for processing (2)
  • webroot/src/components/Forms/InputDate/InputDate.ts
  • webroot/src/pages/MfaResetStartLicensee/MfaResetStartLicensee.vue

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jsandoval81
jsandoval81 requested a review from ChiefStief July 30, 2026 18:47

@ChiefStief ChiefStief left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@jsandoval81
jsandoval81 requested a review from jlkravitz July 30, 2026 19:42
@jsandoval81

Copy link
Copy Markdown
Collaborator Author

@jlkravitz This small bugfix PR is ready for your review.

@jlkravitz jlkravitz left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isabeleliassen good to merge!

@isabeleliassen
isabeleliassen merged commit 8da34f7 into csg-org:main Jul 30, 2026
2 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.

MFA reset form DOB input validation error

4 participants