Closed
Description
Which exact UI Library version are you using? For example: 1.0.1 - don't just write v1.
uui-input 1.10 and uui-table 1.1.0
Bug summary
Placing a inside a causes spaces in the input field to be ignored.
expected input sould look like: "Hello this is input" but the result is: "Hellothisisinput"
Specifics
No response
Steps to reproduce
<uui-input></uui-input> no trouble, all good :)
<uui-table>
....
<uui-table-cell>
<uui-input></uui-input> no spaces when inputting :(
</uui-table-cell>
</uui-table>
Expected result / actual result
No response