Closed vivek-metricdust closed 3 months ago
@vivek-metricdust ,Can we make base functioal component for all the forms, benifit of that would be Inheritance like property in functional compenents. Currently there are lots of common behaviours across various forms like handle submit, handle change, handle key down. And some of those behaviours are exactly same.
If we copy the behaviours in every form (or any other) component, there are high chances of some behavour missed and components will not remain uniform. Like all popup form can be closed by pressing escape but Dicovery form missed.
@vivek-metricdust, Getting following error while adding portchannel with out changing or entering any value in the form. Similar in mclag tab.
@vivek-metricdust , while adding vlan without changing any value in the form :
Also I see payload has a lots of empty values -
@kamalkrbh above mentioned issue are fixed and pushed
Still whle pressing esp on pop up for delete config option (on every tab), I see this -
fixes #144
on pressing esc key the popup models will be closed.