BS Textarea visibility

With a BS Textarea I’m getting .hidden as false regardless of Textarea being visible or not and .Visible is returning undefined. Having to use .style.display. That similar to others experience?

The docs note that .hidden is not available on all controls.
https://wiki.appstudio.dev/Properties_and_Methods

.style.display is a much better way to do this.