Closed Okipa closed 5 years ago
Fixes Issue #9 :
hideLabel()
Button
Form
->label(false)
hideLegend()
->legend(false)
->placeholder(false)
Fixes Issue #9 :
hideLabel()
method forButton
andForm
components. Hiding a label can now be done with->label(false)
.hideLegend()
method forForm
components. Hiding a legend can now be done with->legend(false)
.->placeholder(false)
forForm
components.