joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

default values lost on input's used as filter #106

Open cesar-moya opened 7 years ago

cesar-moya commented 7 years ago

I noticed that when you have an input with a default value and then add the data-mvcgrid-type="filter" attribute the default value is deleted. I also tried adding the value with javascript after the page is loaded by setting the value of the input and it also is replaced by empty text on the initial load. Any guidance on how to fix it is appreciated. Thanks.