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
{{ message }}
This repository was archived by the owner on Oct 27, 2019. It is now read-only.
Within a component, writing a property which contains curly braces inside a string produces formatting that does not suggest that the string will come out like it does.
The code <input id='CardNumber' pattern='[0-9]{13,16}' /> is valid syntax and is compiled naturally by Babel. As such, I think the formatting should reflect this.
Within a component, writing a property which contains curly braces inside a string produces formatting that does not suggest that the string will come out like it does.
The code
<input id='CardNumber' pattern='[0-9]{13,16}' />is valid syntax and is compiled naturally by Babel. As such, I think the formatting should reflect this.