Stephanevg / PSHTML

Cross platform Powershell module to generate HTML markup language
https://pshtml.readthedocs.io/en/latest/
Other
165 stars 43 forks source link

button add -disable #288

Open Stephanevg opened 4 years ago

Stephanevg commented 4 years ago

add the possibility to set the button to 'disabled' state.

See here for ref -> https://www.w3schools.com/tags/att_button_disabled.asp

Set-pshtmltag might need to be adapted as well to make this work