Simplyfy the logic used in getting the text of input field in the search box. #19
Labels
feature
New feature
good first issue
This issue is good for first timers
question
Further information is requested
Is your feature request related to a problem? Please describe.
Right now the function of getting the text from the input field is very large, and need shorter implementation in order to reduce code.
Describe the solution you'd like
Use the function onChange() on the input tag and handle the getting text by "event object".
Describe alternatives you've considered
This implementation needs some research about pros and cons, please raise any question.
The text was updated successfully, but these errors were encountered: