tippers424
tippers424
I'm experiencing the same issue with subsequent uses of the modal initially displaying previously entered data. Is there a workaround for this?
I found a workaround in issue #393
It's to do with a DateInput that is on the same page and linked to the grid. I want to refresh the grid data when the date is changed. I've...
A workaround is to replace the DateInput component with a basic input and bind it to the property. `` Works fine then both with grid settings and data refreshing, just...