1
votes

I have created an input(text) element which has a default value 'Email'. Label to field was deleted.

How to validate the text field to see if it contains the default value?

Thnx!

1
Can you show some code, it's quite hard to understand your question! - markus
Опиши проблему на русском языке, я переведу и обновлю твой вопрос. - Xerkus

1 Answers

0
votes

You can use the Identical validator, passing your default value as the string to compare against.