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

Dynamic converter parameter should update the load binding in client MVVM

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • 10.0.0.FL
    • Client MVVM
    • None

      Steps to Reproduce

      As title. The following code should work. (mvvm/book/databinding/validator/Va05.zul)

      limit: <intbox id="limitBox" value="@bind(vm.limit)"/>
      <label value="@bind(vm.age) @converter(vm.ageLimitIndicator, limit=vm.limit)" />
      

      Current Result

      not work

      Expected Result

      should work

            DevChu DevChu
            DevChu DevChu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: