-
Notifications
You must be signed in to change notification settings - Fork 23
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
ui: Generic Search - Search form is not reset when click on reset button #1125
Labels
Milestone
Comments
done in 10.0.0-beta.4 |
Re-opening as this issue has not been fixed. See https://stark.nbb.be/showcase/10.0.0-beta.4/demo-ui/generic-search |
christophercr
added a commit
to christophercr/stark
that referenced
this issue
Feb 28, 2019
…eric Search. Fix the Generic Search demo page in Showcase. ISSUES CLOSED: NationalBankBelgium#1125 BREAKING CHANGE: new methods added to `StarkSearchFormComponent` interface: - createSearchForm: method that should contain the necessary logic to create the FormGroup to be bound to the search form. - resetSearchForm: method that should contain the necessary logic to reset the FormGroup bound to the search form.
christophercr
added a commit
to christophercr/stark
that referenced
this issue
Feb 28, 2019
…eric Search. Fix the Generic Search demo page in Showcase. ISSUES CLOSED: NationalBankBelgium#1125 BREAKING CHANGE: new methods added to `StarkSearchFormComponent` interface: - **createSearchForm:** method that should contain the necessary logic to create the FormGroup to be bound to the search form. - **resetSearchForm:** method that should contain the necessary logic to reset the FormGroup bound to the search form.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Current behavior
When the user clicks on the reset button in the generic search component, the search form is not resetted.
Expected behavior
When click on reset, the search form should be resetted.
Environment
The text was updated successfully, but these errors were encountered: