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
[X] I agree to follow this project's Code of Conduct
Description
There is no issues when an initial search is made using the
employeeId
however, when theemployeeId
is changed in the SeachTextField within theUpdateEmployeeDetails
widget, the UI is not automatically re-rendering to reflect the updatedemployeeId
. As a result, we have re-visit theUpdateEmployeeDetails
widget after going backHRDashboardScreen
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
fileEnvironment
Linux
Distribution/Version
Ubuntu 22.04 LTS
Additional Information
No response
Agreement