Open he00741098 opened 3 months ago
https://github.com/user-attachments/assets/cab66b41-f630-41b9-b50d-012a2208a5ee
Here is the basic html that I used.
<mdui-text-field clearable type="number" variant="outlined" label="Starting Total number of Cu2+ in bath side" value="900" class="paramInput"></mdui-text-field>
Here is the css class
.paramInput { margin-bottom: 10px; /* background-color: gray !important; */ }
It seems to be a bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1398528. You can temporarily use <mdui-text-field pattern="[1-9]*"></mdui-text-field> instead.
<mdui-text-field pattern="[1-9]*"></mdui-text-field>
https://github.com/user-attachments/assets/cab66b41-f630-41b9-b50d-012a2208a5ee
Here is the basic html that I used.
Here is the css class