Selecttag should have -Form
Closed this issue · 2 comments
RobertCGouge commented
Subject of the issue
When using a select tag in a form, you have to attach the select to a form using form=formname. currently this has to be done via the -Attributes parameter
Steps to reproduce
create a selecttag
Expected behaviour
selecttag should have a -form parameter
Actual behaviour
-form is not a prameter
selecttag -Id "id" -Attributes @{
"form" = "formName"
"name" = "id"
}
Stephanevg commented
Thanks for opening this issue @RobertCGouge
Stephanevg commented