SukkaW / foxact

React Hooks/Utils done right. For Browser, SSR, and React Server Components.
https://foxact.skk.moe
MIT License
304 stars 10 forks source link

useCompositionInput: `<textarea>` Support #20

Closed laosb closed 3 months ago

laosb commented 3 months ago

Right now the return of useCompositionInput causes type error when applied to <textarea>.

Not sure if there's other changes needed for <textarea> than type definition.

SukkaW commented 3 months ago

Added in 0.2.34~