vue-lynx/vapor / applyTextModel
Function: applyTextModel()
Vapor v-model for <input> / <textarea> on Lynx.
Unlike the DOM implementation (which reads el.value inside a DOM
'input' listener), Lynx delivers the current value in the event payload
(detail.value). .lazy maps to Lynx's confirm event.
Parameters
Returns
void
Defined in
packages/vue-lynx/runtime/src/vapor/index.ts:251