My FluentUI TextInput doesn't react to Chrome Autofill. It works however with Backbone Stickit code.
I've checked that Stickit registers input, change and propertychange events.
However, on TextInput if have only onChange and onInput properties.
<TextField value={theValue} onChange={handleChange} onInput={handleChange}/>
How can I handle propertychange?