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>
Hello Shailesh,
The input element inside the input group is standard HTMLInputElement and you can bind to any of the regular input events, like keyup, keydown, click, change, etc.
Thank you for using Ignite UI for Angular!
Sincerely,
Konstantin Dinev