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

Allow passing input props to ExistingSearchParams #282

Merged
merged 2 commits into from
Nov 25, 2023

Conversation

jacobparis
Copy link
Contributor

This PR extends the ExistingSearchParams component to accept all input props and will pass them to the created inputs.

Exceptions are made for name, value, and type (which are controlled by ExistingSearchParams) as well as id, which would cause non-unique ID related bugs.

src/react/existing-search-params.tsx Outdated Show resolved Hide resolved
@sergiodxa sergiodxa changed the title feature: pass props to hidden input Allow passing input props to ExistingSearchParams Nov 25, 2023
@sergiodxa sergiodxa added the enhancement New feature or request label Nov 25, 2023
@sergiodxa sergiodxa merged commit 8e33963 into sergiodxa:main Nov 25, 2023
@sergiodxa
Copy link
Owner

Released on v7.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants