Closed barvhaim closed 1 year ago
Is it the intended behavior? when I use IP addresses (strings contains .) the auto completion stops on ., is there a way to avoid that?
.
Short answer: yes.
You may override regex prop to include . for matching
regex
Is it the intended behavior? when I use IP addresses (strings contains
.
) the auto completion stops on.
, is there a way to avoid that?