title
Description
Optional. Sets a tooltip text with additional info about the controlUsage
title?: string;
Example
<Field label="Unset value" position="left" type="slider">
{({ id }) => <Slider id={id} title="The default value is 0" />}
</Field>
Related article: Adding a title
Related sample: Slider