Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion core/field_number.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ export class FieldNumber extends FieldInput<number> {
*/
protected override widgetCreate_(): HTMLInputElement {
const htmlInput = super.widgetCreate_() as HTMLInputElement;
htmlInput.type = 'number';

// Set the accessibility state
if (this.min_ > -Infinity) {
Expand Down
Loading