You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<input autofocus="autofocus" class="input-field w-input" data-name="What's your address?" id="What-s-your-address" maxlength="256" name="What-s-your-address" placeholder="What's your address?" required="required" type="text">
In the case of a designer setting up a placeholder with a apostrophe the output webflow ends up using an html entity value which in turn breaks reacterminator from doing an update.
I'm not sure what the best solution here is but it would seem it would be to ask the designer not to use apostrophe's but in the case of trying to provide correct grammar for a input placeholder you would want this. Any ideas @Chun-Yang?
The text was updated successfully, but these errors were encountered:
<input autofocus="autofocus" class="input-field w-input" data-name="What's your address?" id="What-s-your-address" maxlength="256" name="What-s-your-address" placeholder="What's your address?" required="required" type="text">
In the case of a designer setting up a placeholder with a apostrophe the output webflow ends up using an html entity value which in turn breaks reacterminator from doing an update.
I'm not sure what the best solution here is but it would seem it would be to ask the designer not to use apostrophe's but in the case of trying to provide correct grammar for a input placeholder you would want this. Any ideas @Chun-Yang?
The text was updated successfully, but these errors were encountered: