my fluentsearch input box is not letting me type anything
as the title states I am trying to implement a fluentsearch input box that has an oninput event that fires off the SearchEmployees method everytime the user types into the input. for reasons unknown, the input box does not allow me to type anything. Basically when I enter a keystroke, it clears the input box, not allowing me to type anything into it. I did notice that if I use the bind-value:after directive and assign SearchEmployees to that, it works, the problem as that I dont want the user to have to hit enter to fire off the method, I want it to be on every keystroke