Closed farzanehp closed 5 years ago
Hi guys How can I display the tags after form input such as the following image?
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
::ng-deep
flex-order
-1
tag-input-form
flex-direction
ng2-tag-container
column-reverse
Hi guys How can I display the tags after form input such as the following image?