xgeekshq / js-intl-kitchen-sink

A kitchen sink for the ECMAScript Internationalization API (Intl)
https://js-intl-kitchen-sink.netlify.com/
MIT License
9 stars 27 forks source link

[Issue #69] - List format page #92

Closed cesar-cb closed 5 years ago

cesar-cb commented 5 years ago

Relates to #69 Fixes #69

I didn't find any component that allows the user to add multiple words, then, I created a component that is composed by an input, where the user can add some word and it will be displayed inside the Tag component, which is removable.

I kept the default list value as ['Motorcycle','Bus','Car'], so, when the user reset the list, it will be set as the default list value.

And I fixed the clear language option, it was being sent as a string "undefined", which was crashing the application, now, it is being sent as undefined.

1571702057_2054_21 10 2019_2560x1080

This feature includes

Screenshots (if visual changes)

ezgif com-optimize

image