jquense / react-widgets

Polished, feature rich, accessible form inputs built with React
http://jquense.github.io/react-widgets/
MIT License
2.34k stars 395 forks source link

DropdownList goesn't use messages from Localization #1122

Closed edwinvanderelst closed 2 years ago

edwinvanderelst commented 2 years ago

A app root I have this: <Localization messages={{ emptyList: 'Geen items'}} ... </Localization

The DropdownList doesn't use the message, but always displays the default text.

jquense commented 2 years ago

wanna send a PR to fix it?

edwinvanderelst commented 2 years ago

https://github.com/jquense/react-widgets/pull/1123