Skip to content

GuestsSignIn.vue

Image of the component

This component handles the registration for guests. Provides the selection box for registering guests and the add guest button.

📄 View source on GitHub

Used Components

Used by

Used Stores

Functions

addSignInEntry

Adds a guest registration to the store. Removes the selected guest from the available list, creates a new registration and shows a snackbar with the result.

onSelectionConfirmed

Called when a guest is selected in the autocomplete. Registers the selected guest to the Sign-In App and clears the selection box.

Parameters:

  • value: - selected guest object

Reactivity

availableGuests (computed)

Manage the content selection list for guest registration. Guests who are registered already will be removed from the availableGuests list used for the selection box and re-added when removed from the

Released under the MIT License.