Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-975

Textbox with rows and mold rounded does not recognize width nor hflex

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.11, 6.0.1
    • 5.0.10, 6.0.0
    • None
    • None

      <zk>
      <vlayout width="100%">

      <textbox hflex="1" value="hello"/>
      <textbox mold="rounded" hflex="1" rows="2" value="I've got the mold rounded and I don't display my width properly"/>
      <textbox hflex="1" rows="2" value="I've got the mold default and I display my width properly"/>

      </vlayout>
      </zk>

      You can also try it like this, it doesn't work:
      <textbox mold="rounded" width="100%" rows="2" value="I've got the mold rounded and I don't display my width properly"/>

            SimonPai SimonPai
            manuelmoreno manuelmoreno
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: