Properties
Properties | Description |
---|---|
text | (required) The text to count characters from. |
max | (required) The maximum number of characters allowed. |
variant | (optional) The counting variant. Can be either up (counts up from zero) or down (counts down from max). Default is down . |
Space | (optional) spacing properties like top or bottom are supported. |
Translations
More info about translations can be found in the general localization and Eufemia Forms localization docs.
Key | nb-NO | en-GB |
---|---|---|
TextCounter.characterDown | %count av %max tegn gjenstår. | %count of %max characters remaining. |
TextCounter.characterUp | Du har brukt %count av %max tegn. | You have used %count of %max characters. |
TextCounter.characterExceeded | %count tegn over grensen på %max. | %count characters over the limit of %max. |