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.
This feature includes
Input where the user can add multiple words or sentences
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 asundefined
.This feature includes
Input where the user can add multiple words or sentences
Locale
Options
Footer with useful links
Screenshots (if visual changes)