Localized Input
A text input variation used in fields that can be translated into multiple languages.
install | yarn add @clayui/localized-input |
---|---|
version | 3.120.0 |
Stable3.120.0View in LexiconCHANGELOG
Use it when you want to enable the users to define values like post titles, headings in multiple languages not having to rely on automatic translations.
Copied!
Code Sample (expand to see it)
Localized URL
You might want to allow your users to localize URLs, in that case here's an example of how to compose Localized Input to get the desired result. The main parts are the prependContent
and resultFormatter
props.
Copied!
Code Sample (expand to see it)