SortFilterSeriesPanel delay text update when updating limit
Created by: unclejustin
Currently, when changing the limit value to a number higher than the max allowed number, we automatically change the input to be whatever the max is. This happens instantly.
We want to delay this text update for 300ms to give the user time to see the number they entered get changed.