Hello,
We are running into issue where we have an Patch Function in our onChange for textinput. Patch is taking the information that user added and putting in the collection.
But when typing, it stutter. I have double click to enter the information and click it again if i stop.
Only happen when using Patch on onChange for TextInput.
TextInput Code for onChange: Patch(Materials,ThisItem,{PackageType:TextInputPackageType.Text})
Materials = Collection
Thanks,