document.querySelector('id').innerText = 'ввод чего-то'; //пробовал так же innerHTML, value, texContent
кнопка не активна. Как можно решить это? function Fr() {}
var Lr = null
, Dr = null;
function Br(e, t) {
switch (e) {
case "button":
case "input":
case "select":
case "textarea":
return !!t.autoFocus
}
return !1
}
function Ur(e, t) {
return "textarea" === e || "option" === e || "noscript" === e || "string" == typeof t.children || "number" == typeof t.children || "object" == typeof t.dangerouslySetInnerHTML && null !== t.dangerouslySetInnerHTML && null != t.dangerouslySetInnerHTML.__html
}