Vadym

Results 3 comments of Vadym

> I checked on **macOS** and **Windows**. On **macOS**, I got emojis from **Apple**. And on **Windows**, I got emojis from **Windows**. _Unfortunately, I didn't get the result I wanted...

> > Привет, вы можете сделать это, переопределив CSS кнопки флага, как я пытался превратить треугольник в стрелку. > > .selected-flag { .arrow { влево: 26 пикселей; ширина: 6 пикселей;...

Here is it: ```ts // Ensure you have import of your locales import 'moment/locale/fr'; import 'moment/locale/de'; import 'moment/locale/en-gb'; ``` ```ts return ( handleSelect({startDate, endDate})} focusedInput={focusedInput} onFocusChange={focusedInput => setFocusedInput(focusedInput)} numberOfMonths={1} isOutsideRange={isOutsideRange}...