The following SLIM code exists:
input international-phone-number="international-phone-number" type="text"
This code generates HTML code:
<input international-phone-number="international-phone-number" type="text></input>
But I need to get <input international-phone-number type="text></input>
How can i do this? Thank you
source
share