
I would like to display values on my character sheet using pips to represent ammo. I thought an <input type="password"> would be ideal for this, but it turns out it is only possible to do this a modified input box in chrome like this <p>Hello<input style="color:blue;-webkit-text-security: square;" type="text"></p> but it only works in chrome and not in firefox. I also discovered that the <progress> tag and <meter> tags don't render on character sheets The only way I can think to do it is to use some character sheet scripting to update a disabled <input field> via a numeric input field changing