Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Igx-input-group Events
posted

Hi, 

Is there any Events for igx-input-group, like (keyup)/(keydown)etc..I need to rise an event, while cancelling each single character

<igx-input-group type="line" class="coupon-code-1" >
    <input igxInput type="text" formControlName="Coupon" (keyup/keydown)=?.. />
    <label igxLabel>Coupon</label>
    </igx-input-group>