There was an error while loading. Please reload this page.
fix(wiki): correct release version from 0.0.14 to 0.0.12
docs(widgets): LayrzSelectableAction documentation and LayrzTextInput updates New widget page: - Widgets/LayrzSelectableAction.md: documents built-in actions, custom actions, deduplication by kind (built-ins) vs identity (custom), and the const set constraint that makes const custom actions impossible Updated pages: - Widgets/LayrzTextInput.md: add 'actions' parameter documentation, gestures section explaining tap/double-tap/triple-tap/long-press/drag selection - Widgets/_Sidebar.md: register LayrzSelectableAction in Inputs section LayrzSelectableAction notes that const custom actions are impossible due to operator== override, with static final workaround documented.