You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the initial value of the adornmentsOrientation property of the TextArea to 'vertical', the value is not respected, and vertical orientation is not being applied.
Steps To Reproduce
Set the initial value of the adornmentsOrientation property to 'vertical'.
Observe how the adornments still have a horizontal orientation.
Description
When setting the initial value of the
adornmentsOrientation
property of the TextArea to 'vertical', the value is not respected, and vertical orientation is not being applied.Steps To Reproduce
adornmentsOrientation
property to 'vertical'.Example for reproduction - https://codesandbox.io/p/sandbox/clever-panka-qx4fhg
Screenshots or video
No response
Actual Behavior
The vertical orientation is not being applied upon the initialization of the TextArea.
Expected Behavior
The vertical orientation should be respected when set as initial value of the
adornmentsOrientation
option of the TextArea.The text was updated successfully, but these errors were encountered: