I want to change the input focus by the action of mobx

前端 未结 0 1923
隐瞒了意图╮
隐瞒了意图╮ 2020-12-12 09:02

i want to change the input focus.

class Store {
  flag=false;
  changeFocus(){
    this.flag = true;
  }
}

const CallAction = ()=>{
  const {store} = useS         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题