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

[core] Review props that are true by default #930

Open
vladmoroz opened this issue Dec 2, 2024 · 0 comments
Open

[core] Review props that are true by default #930

vladmoroz opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
core Infrastructure work going on behind the scenes status: waiting for maintainer These issues haven't been looked at yet by a maintainer

Comments

@vladmoroz
Copy link
Contributor

vladmoroz commented Dec 2, 2024

To review props true by default that would be a better DX if we change the name to make them false by default or use a union type, like:

  • noValidate={false}nativeValidation, enableNativeValidation
  • openMultiple={false}type="single"
    • To consider how this could work for multi select and multi toggles, and whether we want a single default for all of them
  • alignOptionToTrigger={false}

etc.

Search keywords:

@github-actions github-actions bot added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 2, 2024
@vladmoroz vladmoroz self-assigned this Dec 2, 2024
@zannager zannager added the core Infrastructure work going on behind the scenes label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes status: waiting for maintainer These issues haven't been looked at yet by a maintainer
Projects
None yet
Development

No branches or pull requests

2 participants