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
frost-textarea is missing the align property found on frost-text. I think this property should be added in case a consumer of this project wants to support RTL languages/locales.
The text was updated successfully, but these errors were encountered:
Set the element's dir attribute to "ltr" if the user selected a left-to-right writing direction, and "rtl" if the user selected a right-to-left writing direction.
The API that should be exposed on frost-textarea should be the dir attribute and frost-text should be changed as well (though this change should be introduced via a deprecation and continued support of the align property)
frost-textarea
is missing thealign
property found onfrost-text
. I think this property should be added in case a consumer of this project wants to support RTL languages/locales.The text was updated successfully, but these errors were encountered: