shows validation message in texbox

Hi,

Is there a way to show validation textbox message even if the attribute type required: false -> set to false?

The process should be when button is clicked and textbox has an empty value, will show a message. See sample codes below.

Seems that I could not show the message in local!er in textbox validation.

Thanks ahead guys!

  Discussion posts and replies are publicly visible

Parents Reply
  • I have this requirement that even if the value is empty it will still proceed the process of searching and if the result in the intergation is onError the error message will be printed. So if incase the textbox is not required it will still proceed the process in button and dispay necessary error message in intergation. However, currently it seems that i cant display the error message if the required attribute in textbox is set to false. Pls there any possible way to make this process? Thank you

Children