MiniKeyboard
MiniKeyboard wraps the native DynamicMiniKeyboard node and forwards text
and domain to it.
MiniKeyboard({
text: this.searchText,
domain: 'generic',
})
The public state also declares onTextChange.
Current event wiring defect
The current implementation observes a child field named test, not text.
That does not match the expected text-edit field, so onTextChange may not
fire. Verify the target behavior before using this wrapper in a production
flow. Prefer TextInput, TextEditBox, or NativeVoiceTextEditBox when a
reliable text callback is required.