static A bindTextComponentToLiveValue(final A tc, final LiveValue lv) { lv.onChangeAndNow(r { setTextCaret0(tc, strOrNull(lv!)) }); ret tc; }