File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2323 "url" : " git+https://github.com/opencor/webapp.git"
2424 },
2525 "type" : " module" ,
26- "version" : " 0.20250713 .0" ,
26+ "version" : " 0.20250714 .0" ,
2727 "pnpm" : {
2828 "onlyBuiltDependencies" : [
2929 " @tailwindcss/oxide" ,
Original file line number Diff line number Diff line change 1616 "url" : " git+https://github.com/opencor/webapp.git"
1717 },
1818 "type" : " module" ,
19- "version" : " 0.20250713 .0" ,
19+ "version" : " 0.20250714 .0" ,
2020 "devDependencies" : {
2121 "@primeuix/themes" : " ^1.2.1" ,
2222 "@primevue/auto-import-resolver" : " ^4.3.6" ,
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ function emitChange(newValue: number) {
6565 value .value = newValue
6666
6767 if (props .possibleValues === undefined ) {
68+ scalarValue .value = newValue
6869 scalarValueString .value = String (newValue ) // This will properly format the input text.
6970 }
7071
You can’t perform that action at this time.
0 commit comments