sickdyd / react-search-autocomplete

A search box that filters the provided array of objects
https://sickdyd.github.io/react-search-autocomplete
MIT License
218 stars 82 forks source link

RTL Support #37

Closed imdkbj closed 2 years ago

imdkbj commented 2 years ago

Hey, I will be quite good to have RTL support as currently in RTL mode, margin are narrowed down.

image

imdkbj commented 2 years ago

Fixed it by.

const RTLStyle = { searchIconMargin: '0 16px 0 13px', clearIconMargin: '3px 13px 0 14px', }