Closed Ayyoub-ESSADEQ closed 1 year ago
Which version do you use? I know this bug but it was fixed in the 0.10.3.
Btw. I'm working on the implementation of the ElementInternals API, which means the form controls will be able to work as a native form control.
Thanks. The problem was actually with the version 0.8.0
which I'm using.
I was developing a form using the
vscode-form-container
, but when I tried to access the data of the form I just get a portion. The input areas declared usingvscode-textfield
do not show up, but those declared usingvscode-inputbox
do appear in the form data.