Skip to content

RTL improvements

Alex Gleason requested to merge rtl-improvements into develop

Summary

Fixes #1246 (closed)

  • Fix search input
  • Fix "x" in birthday input
  • Make Toast use HStack so it handles RTL better

Previously the AutoggestInput checked if the entered value was RTL to determine its direction, but I see no point in that as the browser should handle it. If that ends up being a problem and we want to add it back, it belongs in the Input and Textarea components.

Screenshots (if appropriate):

Fixed birthday input:

Screenshot_from_2022-12-23_10-51-42

Fixed search input:

Screenshot_from_2022-12-23_11-44-42

Fixed toast:

Screenshot_from_2022-12-23_11-32-52

Merge request reports