diff --git a/frontend/apps/web/src/components/NumericInput.tsx b/frontend/apps/web/src/components/NumericInput.tsx index 356016ad..09ce6226 100644 --- a/frontend/apps/web/src/components/NumericInput.tsx +++ b/frontend/apps/web/src/components/NumericInput.tsx @@ -45,6 +45,7 @@ export const NumericInput: React.FC = ({ value, onChange, ... onBlur={onInternalBlur} onKeyUp={onKeyUp} variant="standard" + inputProps={{ inputmode: "numeric" }} {...props} /> ); diff --git a/pyproject.toml b/pyproject.toml index ac6e258a..5db63f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ { name = "Michael Enßlin", email = "mic@sft.lol" } ] license = { file = "LICENSE" } -dynamic = ["version", "readme"] +dynamic = ["version", "description"] classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3", @@ -67,7 +67,7 @@ exclude = ["tests*"] [tool.setuptools.dynamic] version = { attr = "abrechnung.__version__" } -readme = { file = ["README.md"] } +description = { file = ["README.md"] } [tool.pylint.MASTER] extension-pkg-whitelist = [