You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to determine when (on what event) to clear the selected guest on the manager page.
Clear guest on the display and clear guest by setting selectedUser variable back to null so no rooms can be accidentally booked for the previous guest.
The text was updated successfully, but these errors were encountered:
I could disable the search input field until a 'Search New Guest' button is clicked which would clear the previous guest from the DOM and reset the selectedUser variable to null and re-enable the search input field.
Need to determine when (on what event) to clear the selected guest on the manager page.
Clear guest on the display and clear guest by setting selectedUser variable back to null so no rooms can be accidentally booked for the previous guest.
The text was updated successfully, but these errors were encountered: