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>

Parents
No Data
Reply
  • 5105
    Verified Answer
    Offline posted

    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

Children
No Data