Sitemaps Input widget strips off []
characters
#3756
Labels
bug
Indicates an unexpected problem or unintended behavior
[]
characters
#3756
Actual behaviour
Item:
Sitemap:
abcdefgh[]
into the text field, and click the checkmark (enter) on the Android's virtual keyboardabcdefgh[]
to the item but then changed the text inside the input field toabcdefgh
stripping away the[]
[]
is entered in the middle of the string, e.g.abcdefg[]h
- > it strips off everything after[]
so the text becameabcdefg
(note theh
is also gone)[]
is at the very beginning of the string, e.g.[]abcdefgh
- the[]
don't get stripped off, and neither do they get stripped off when I entered[]abcdefgh[]
.Expected behaviour
It shouldn't strip off any text inputs
Steps to reproduce
Described above
Environment data
Client
Server
The text was updated successfully, but these errors were encountered: