feat: added spinbox

This commit is contained in:
paul
2024-09-23 23:13:36 +05:30
parent 1075112d2a
commit 19ac520f78
4 changed files with 51 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ import { removeKeyFromObject } from "../../../utils/common"
export class Input extends Widget{
static widgetType = "entry"
// TODO: remove layouts
constructor(props) {
super(props)