vue-terminal / vue-termui

The Modern Terminal UI Framework
https://vue-termui.dev
MIT License
795 stars 30 forks source link

Bug: [TuiInput] can't input #25

Closed Simon-He95 closed 1 year ago

Simon-He95 commented 1 year ago

clone vue-termui and mount input component, the inputDemo can't input and have removed disabled status

import Input from './InputDemo.vue'

createApp(Input, {
  // swapScreens: true,
}).mount({
  // TODO: is this option really useful? when rendering once, any change should do a full reload one could just call
  // exitApp when they are done rendering on onMounted and it would would handle everything
  // renderOnce: true,
})
posva commented 1 year ago

You have to focus the input by tabbing