Element Names bug BS5

If I set an input element name in properties to “my name”, this results with name="my name", however, if i do the same on a Select element it results with name="my" name.when i inspect it in the web developer console (chrome).

Thanks!

In the meantime, avoid spaces in element names (as you probably figured out).

Yes, thats what i did.