-
New Feature
-
Resolution: Done
-
Normal
-
9.0.1
Steps to Reproduce
<zk> <inputgroup> <textbox id="addr"/> <button label="more" popup="pp,ref=addr,position=after_start"/> </inputgroup> <popup id="pp"> show something </popup> </zk>
Current Result
The popup showed on the button.
Expected Result
In this case, I want the popup showed right on the textbox, not the button.