fix(challenge): Remove the note about Safari in the HTML5 require (#16546)

pull/18182/head
Davinderpal Singh Rehal 2018-01-21 09:51:13 +03:00 committed by mrugesh mohapatra
parent 235c77ed0d
commit 1e93d3d8ca
1 changed files with 1 additions and 2 deletions

View File

@ -1694,8 +1694,7 @@
"For example, if you wanted to make a text input field required, you can just add the word <code>required</code> within your <code>input</code> element, like this: <code>&#60;input type=\"text\" required&#62;</code>",
"<hr>",
"Make your text <code>input</code> a <code>required</code> field, so that your user can't submit the form without completing this field.",
"Then try to submit the form without inputting any text. See how your HTML5 form notifies you that the field is required?",
"<strong>Note</strong><br>This field may not work in Safari Browser."
"Then try to submit the form without inputting any text. See how your HTML5 form notifies you that the field is required?"
],
"challengeSeed": [
"<h2>CatPhotoApp</h2>",