tribute icon indicating copy to clipboard operation
tribute copied to clipboard

Should trigger change event on the input element when text replaced

Open riophae opened this issue 5 years ago • 3 comments

riophae avatar Mar 24 '19 09:03 riophae

This should happen automatically by the browser when the field gets blurred

mnoorenberghe avatar Nov 04 '20 05:11 mnoorenberghe

@mnoorenberghe it does not. I am using with react. There is onChange function added which does not gets triggered on text is added or replaced. I am trying to trigger same function with 'tribute-replaced' event but I am having reference issues(parent component state referenced older value).

this should trigger the elements onchange function though

sagarkt avatar Feb 08 '22 21:02 sagarkt

Same problem, input element onchange event should be triggered after text changed, but it doesn't.

istobran avatar Oct 31 '22 05:10 istobran