intermine / InterMine-Data-Browser-Tool

InterMine Data Browser: a tool for exploring semi-homogeneous biological datasets
http://data-browser.apps.intermine.org/
Other
7 stars 33 forks source link

when the user choose an option from one of the input field filters e.… #96

Closed shaymaa91 closed 4 years ago

shaymaa91 commented 4 years ago

…g: pathwaysnames the x btn is shown, and when the x btn is pressed it reset the view wihtout clearing the input test field, this what I'm fixing with this request

Description

when the user use one of the filters (e.g: Pathway Name filter) and select one of the filter options, the X button is shown, and if the user click the button, it will reset the view and the table content, but the value of the input text is not cleared, I think since the view is cleared on the button press, then the input text value should be cleared also. I reset the value of each one of the filters input fields using $("#filter_id").val(""); for each filter on the point when the whole view is get reset by the x button click.

Related issues and discussion

94

Nikhil-Vats commented 4 years ago

@shaymaa91 You should resolve the conflicts in your PR. It's in package.json, just checkout package.json from commit and update the PR (force-push the commit using git push -f, don't add another one).