DEV Community

Aadarsh Singh
Aadarsh Singh

Posted on

Fluent UI 9 TextArea input field with useForm hook wher error happen it's loose my focus

I loose the focus when error happen the in textArea Component, and when i menualy all the foucs using ref.focus method it's ignore the previous type value and it's my new charector start in 0th position,


import * as React from "react"
import {
  makeStyles,
  shorthands,
  useId,
  Input,
  Label,
  Field,

Top comments (0)