Expected Behavior
Logs (lower cased and trimmed):
""
" "
"te"
"test"
"test"
"test"
or (untouched):
""
" "
" TE"
" TEST"
" TEST "
" TEST "
Actual Behavior
Logs:
""
" "
"te"
"test"
"test"
" TEST "
Reproduce Scenario (including but not limited to)
Steps to Reproduce
- visit the playground (see below)
- focus the autocomplete field
- enter
TEST (with surounding spaces)
- open browser devtools console
Browser name/version/os (ie Chrome Version 62.0.3202.94 (Official Build) (64-bit) MacOS)
- Chrome 115.0.5790.56 64-bit Windows 10
- Firefox 116.0b3 Windows 10
Coral Spectrum version
4.15.20
Sample Code that illustrates the problem (use the Playground if possible)
Playground example
Screenshots (if applicable)
N/A
Expected Behavior
Logs (lower cased and trimmed):
or (untouched):
Actual Behavior
Logs:
Reproduce Scenario (including but not limited to)
Steps to Reproduce
TEST(with surounding spaces)Browser name/version/os (ie Chrome Version 62.0.3202.94 (Official Build) (64-bit) MacOS)
Coral Spectrum version
4.15.20
Sample Code that illustrates the problem (use the Playground if possible)
Playground example
Screenshots (if applicable)
N/A