thatplatypus

Results 2 comments of thatplatypus

You could instead try setting the disabled property on the button based on disabledForm like `@(disableForm ? "disabled" : "")` or `Disabled="@disableForm"` if it's a bb button. You'd also probably...

@joselitogatchalianalonzo Yeah it would be cool for sure. I think it'd be super easy to support show/hide additional columns from a multi select drop-down or something like that if the...