Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: masking inputs on change when maskAllInputs:false #61

Merged
merged 6 commits into from
Feb 24, 2023

Commits on Feb 22, 2023

  1. test: Fix masking inputs on change when maskAllInputs:false

    Since `maskInputSelector` is a new configuration item, we were not handling the case for input change when `maskAllInputs:false`. Before, input masking was only done via `maskInputOptions` and `maskAllInputs`.
    billyvg committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e812910 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. refactor utility functions and check if there are masking options inv…

    …olved before attempting to mask
    billyvg committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    2ba61fa View commit details
    Browse the repository at this point in the history
  2. undo prettier

    billyvg committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    f433d2a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    8aee828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136c45d View commit details
    Browse the repository at this point in the history
  3. update types

    billyvg committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    7033081 View commit details
    Browse the repository at this point in the history