jdan / 98.css

A design system for building faithful recreations of old UIs
https://jdan.github.io/98.css
MIT License
9k stars 296 forks source link

Add input[type="tel"] to format phone inputs #158

Closed dsgibbons closed 1 year ago

dsgibbons commented 1 year ago

Add input[type="tel"] to format phone inputs

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
98css ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 29, 2023 at 8:30PM (UTC)
juanigaray commented 1 year ago

This looks good! What do you think abt adding an input with type="tel" to the end of the TextBox section?

dsgibbons commented 1 year ago

I'm not quite sure what you mean (I'm a CSS novice). How is this different from textarea? Can you provide a reference to the line in styles.css?

juanigaray commented 1 year ago

I'm not quite sure what you mean (I'm a CSS novice). How is this different from textarea? Can you provide a reference to the line in styles.css?

I mean adding it to the HTML as an additional example! Here image

dsgibbons commented 1 year ago

I mean adding it to the HTML as an additional example! Here

Ah I see! Example added

juanigaray commented 1 year ago

Thank you!!