0

これは私が現在持っているものです:

<TooltipHost
  content="Enter claim name in a way to be understandable for all parties."
  directionalHint={DirectionalHint.rightCenter}
  calloutProps={{ calloutMaxWidth: 100}}
>
  <TextField />
</TooltipHost>

ツールチップはホバー時に表示されます。フォーカスのみで表示したい。
状態で制御せずにそれを行う方法はありますか?

4

1 に答える 1