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
15
igxInput multiple lines
posted

Is there any way to set multiple lines and auto-grow igxInput?

Or, can I use textarea with igxInput like below?

 <textarea igxInput name="description"></textarea>

If so, how can I set the number of lines I want it to initially have?

Any help is appreciated.

Thanks!

  • 1300
    Offline posted

    Hello Hugo,

    After investigating this further, I determined that your requirement could be achieved with the following lines of code:

    <igx-input-group>

             <textarea igxInput name="description" rows=”10”></textarea>

    </igx-input-group>

    Please let me know whether this suggestion help you achieve your requirement or if you need more information.

    Regards,
    Monika Kirkova,
    Infragistics