Remove extreme ranges

This commit is contained in:
viown
2025-06-05 22:01:40 +03:00
parent b3de4afc84
commit ebcbded048
@@ -547,7 +547,6 @@ export const Component = () => {
slotProps={{
htmlInput: {
min: 0,
max: 1.79769e+308,
step: 0.00001
}
}}
@@ -563,7 +562,6 @@ export const Component = () => {
slotProps={{
htmlInput: {
min: 0,
max: 1.79769e+308,
step: 0.00001
}
}}
@@ -578,8 +576,7 @@ export const Component = () => {
type='number'
slotProps={{
htmlInput: {
min: 2.22507e-308,
max: 1.79769e+308,
min: 0,
step: 0.00001
}
}}