tornotron / echno_attendance

2 stars 2 forks source link

UI Not Re-Rendering on Employee ID Change in `UpdateEmployeeDetails` Widget #30

Closed abinkjohny closed 8 months ago

abinkjohny commented 10 months ago

Description

There is no issues when an initial search is made using the employeeId however, when the employeeId is changed in the SeachTextField within the UpdateEmployeeDetails widget, the UI is not automatically re-rendering to reflect the updated employeeId. As a result, we have re-visit the UpdateEmployeeDetails widget after going back HRDashboardScreen widget.

Category

Other

Steps to Reproduce the Issue (if applicable)

You can reproduce/find the issue in commit c9b48f2 and run the user_main.dart file

Environment

Linux

Distribution/Version

Ubuntu 22.04 LTS

Additional Information

No response

Agreement