globalbrain/sefirot

[Input] Add `tabindex` props to basic input components

ryo-gk opened this issue · 1 comments

In some cases, we would like to set the "tabindex" to some components.
So how about adding tabindex props on some Input compoents?
I guess it's enough the following components have it.

  • SInputText
  • SInputTextarea
  • SInputNumber
  • SInputSelect
  • SInputDate
  • SInputFile

Good idea 👀