#Searchable Select lag
10 messages · Page 1 of 1 (latest)
here is a quick video. Kind of hard to tell when typing but it isntantly jumps to three characters as first two delayed. It is easier to see when backspacing. Also when selecting an option it lags before its actually selected
Searchable Select lag
you should debounce the input if you arent already. that might help.
https://mantine.dev/hooks/use-debounced-state/
https://mantine.dev/hooks/use-debounced-value/
hmm didnt change anything. its so weird, when im in desktop view it doesnt do it, but when im in responsvie mode it does
just gonna move on for now
i need it to be scrollable unfortunately
you need virtualisation
https://www.patterns.dev/vanilla/virtual-lists
when there are too many elements rendered, it can cause perf issues like this