ex.
<Form>
<input type="text"/>
<span style="display block">your text should be between 4-8 chars</span>
</form>
anyhow just need some kind of pregenerated hint message so I can show hint using JS(Jquery) afterwile
what is best way to deal , extending the parent class or is there some other way?
If you want to use this text as additional description, use
If you want to have this as a tooltip of the input element, use
If you want this to show as an error message, set the appropriate validator.
Reference: