Skip to content

UUI-INPUT doesn't display *spaces* if used inside UUI-TABLE #437

Closed
@jesp209i

Description

@jesp209i

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions