Closed Meigyoku-Thmn closed 4 years ago
On Firefox, the "setRangeText" method doesn't trigger the "input" event, which Angular's Reactive Form relies on. So, when dropping or pasting value, then getting the value via Reactive Form, only the old value can be retrieved. This PR will fix it.
On Firefox, the "setRangeText" method doesn't trigger the "input" event, which Angular's Reactive Form relies on. So, when dropping or pasting value, then getting the value via Reactive Form, only the old value can be retrieved. This PR will fix it.