mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-06 17:57:39 +02:00
feat: implement input box validation functionality
This commit is contained in:
@@ -341,7 +341,7 @@ export const defaultWidthHeight = (type) => {
|
||||
return obj;
|
||||
case "name":
|
||||
obj = {
|
||||
width: 50,
|
||||
width: 60,
|
||||
height: 25
|
||||
};
|
||||
return obj;
|
||||
|
||||
Reference in New Issue
Block a user