static A bindTextComponentToLiveValue_bothWays(A tc, SimpleLiveValue lv) { bindLiveValueListenerToComponent(tc, lv, r { setTextKeepCaret(tc, lv!) }); onChange(tc, r { lv.set(getText(tc)) }); ret tc; }