Closed cschmatzler closed 5 months ago
Some hooks have specific requirements for what elements need to exist, what attributes need to be set and what their format is.
A menu needs a root -> positioner -> content hierarchy. If one of them is missing, it does not work.
A menu item group needs to have a name set.
name
A PinInput input's index needs to be an integer.
PinInput
Some hooks have specific requirements for what elements need to exist, what attributes need to be set and what their format is.
Required components
A menu needs a root -> positioner -> content hierarchy. If one of them is missing, it does not work.
Required attributes
A menu item group needs to have a
name
set.Attribute format
A
PinInput
input's index needs to be an integer.