TC Design
How do I show in-line validation on form fields in Figma?
Telerik UI for Blazor provides several options for validation on its form fields. One of these options is in-line validation, please see Blazor Components Demos and Examples for a demo.
The current Figma UI kit (3.0) Telerik & KENDO UI Kit - Internal has various properties that can be applied to form fields, including invalid states for the label and input. However, there is no property to allow for in-line validation to be shown. We have reported this issue to the owner of the Figma UI kit at Telerik and will update the kit if a fix becomes available.
Recommended Solution
To solve for this, you can add your validation message using Figma’s Text feature and apply the following variables:
Text: Base Text/SM/Small
Colour: Red/Light/8
Spacing: kendo-spacing 1 (to specify the vertical gap between the input and the validation message)
TC Design