We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are you willing to submit a PR to fix? If the decided outcome is simple to implement.
Requested priority: (Blocking, High, Normal, Low)
Products/sites affected: (if applicable)
The prop defaultValue defined in SearchBox.types.ts is never used in SearchBox.base.tsx.
defaultValue
SearchBox.types.ts
SearchBox.base.tsx
Defining defaultValue does nothing.
Either defaultValue should be removed from props, or actually do something.
The text was updated successfully, but these errors were encountered:
I think I will deprecate it until we are ready to implement uncontrolled text fields.
Sorry, something went wrong.
jordandrako
Successfully merging a pull request may close this issue.
Bug Report
Priorities and help requested (not applicable if asking question):
Are you willing to submit a PR to fix? If the decided outcome is simple to implement.
Requested priority: (Blocking, High, Normal, Low)
Products/sites affected: (if applicable)
Describe the issue:
The prop
defaultValue
defined inSearchBox.types.ts
is never used inSearchBox.base.tsx
.Actual behavior:
Defining
defaultValue
does nothing.Expected behavior:
Either
defaultValue
should be removed from props, or actually do something.The text was updated successfully, but these errors were encountered: