Skip to content
Snippets Groups Projects
Commit 48a79e3e authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-2710 & TMSS-2593: number formatting off

parent 65107ca1
No related branches found
No related tags found
1 merge request!1153New Week View
...@@ -116,6 +116,7 @@ function JumpToSUId(props) { //TODO: extract to separate class ...@@ -116,6 +116,7 @@ function JumpToSUId(props) { //TODO: extract to separate class
<InputNumber data-testid="jump-to-input" <InputNumber data-testid="jump-to-input"
className="jump-to-input" className="jump-to-input"
value={suId} value={suId}
format={false}
onValueChange={(e) => setSUId(e.value)} onValueChange={(e) => setSUId(e.value)}
/> />
<Button className="p-button-icon-only calendar-button" <Button className="p-button-icon-only calendar-button"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment