feat: implement input box validation functionality

This commit is contained in:
RaktimaNXG
2024-02-02 10:00:39 +05:30
parent 048629dd32
commit 87fe5cdd6f
7 changed files with 283 additions and 46 deletions
@@ -341,7 +341,7 @@ export const defaultWidthHeight = (type) => {
return obj;
case "name":
obj = {
width: 50,
width: 60,
height: 25
};
return obj;