danielo515 / obsidian-modal-form

Define forms for filling data that you will be able to open from anywhere you can run JS
https://danielorodriguez.com/obsidian-modal-form/
MIT License
175 stars 13 forks source link

[BUG] Phone fields don't have any CSS styling #284

Open anonhostpi opened 3 weeks ago

anonhostpi commented 3 weeks ago

image

Inspector reveals that the input type is "tel":

image

When inspecting app.css, there is no instance of type="tel" like there is for type="number"

Platform: Windows 11 Obsidian: v1.6.3 Modal Forms: v1.47.0

danielo515 commented 3 weeks ago

Yes, that is a problem that Obsidian does not provide any styling for that input. I will add a simple fast one