Skip to content

Commit

Permalink
fix: Do not allow letters in numerous input fields #232
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSusa committed Oct 3, 2020
1 parent e379dd8 commit a244827
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.3.41-alpha.0"
"version": "1.3.41-alpha.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midi-bricks-mono",
"version": "1.3.41-alpha.0",
"version": "1.3.41-alpha.1",
"private": false,
"license": "MIT",
"repository": "https://github.com/TimSusa/midi-bricks-mono.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/midi-bricks-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midi-bricks-doc",
"version": "1.3.41-alpha.0",
"version": "1.3.41-alpha.1",
"private": true,
"description": "Documentation for midi-bricks",
"author": "TimSusa <timsusa@altus-insight.de>",
Expand Down
2 changes: 1 addition & 1 deletion packages/midi-bricks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "midi-bricks-electron",
"productName": "MIDI-Bricks",
"version": "1.3.41-alpha.0",
"version": "1.3.41-alpha.1",
"main": "./app/electron.js",
"homepage": ".",
"repository": "https://github.com/TimSusa/midi-bricks-mono.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ function renderInput(inputProps) {

return (
<TextField
type='number'
InputProps={{
type: 'number',
inputRef: ref,
classes: {
root: classes.inputRoot
Expand Down
2 changes: 1 addition & 1 deletion yarn-error.log
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Trace:
npm manifest:
{
"name": "midi-bricks-mono",
"version": "1.3.41-alpha.0",
"version": "1.3.41-alpha.1",
"private": false,
"license": "MIT",
"repository": "https://github.com/TimSusa/midi-bricks-mono.git",
Expand Down

0 comments on commit a244827

Please sign in to comment.