diff --git a/core/field_number.ts b/core/field_number.ts index 7ca36d039..511f27553 100644 --- a/core/field_number.ts +++ b/core/field_number.ts @@ -295,7 +295,6 @@ export class FieldNumber extends FieldInput { */ protected override widgetCreate_(): HTMLInputElement { const htmlInput = super.widgetCreate_() as HTMLInputElement; - htmlInput.type = 'number'; // Set the accessibility state if (this.min_ > -Infinity) {