Update API to update patient. Update mytextfield to table is editable paramiter. add edit page to edit user information.

This commit is contained in:
2024-06-20 10:07:52 +02:00
parent deda00c955
commit 5a3f62c1ff
19 changed files with 375 additions and 26 deletions

View File

@@ -95,6 +95,7 @@ class _RegisterState extends State<Register> {
child: MyTextField(
controller: officeID,
hintText: 'OfficeID',
editable: true,
),
),
//spacer
@@ -105,6 +106,7 @@ class _RegisterState extends State<Register> {
child: MyTextField(
controller: emailController,
hintText: 'Email',
editable: true,
),
),
//spacer