Gbuomprisco / ngx-chips

Tag Input component for Angular
MIT License
902 stars 359 forks source link

Display tags after form input instead of before it #892

Closed farzanehp closed 5 years ago

farzanehp commented 5 years ago

Hi guys How can I display the tags after form input such as the following image? image

farzanehp commented 5 years ago

I resolved it with using ::ng-deep and change flex-order to -1 for tag-input-form or flex-direction of ng2-tag-container to column-reverse and change some tag styles