NumberField doesn't need styles cos it extends TextField

This commit is contained in:
Red Adaya 2024-02-06 13:24:50 +08:00
parent c58c88af4e
commit 75d462764d
2 changed files with 1 additions and 1159 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,14 +2,9 @@
// SPDX-License-Identifier: Apache-2.0
import * as React from "react";
import * as mobxReact from "mobx-react";
import { boundMethod } from "autobind-decorator";
import cn from "classnames";
import { If } from "tsx-control-statements/components";
import { TextField, TextFieldState } from "./textfield";
import "./numberfield.less";
import { TextField } from "./textfield";
class NumberField extends TextField {
@boundMethod