Reputation: 12874
Has anyone ever created some TextInput component which can hold multiple values? For example label = 'Fruits' and a single text input allows user to key in "Banana", "Orange" and so on? Probably automatically splitting them using "Return"/"Enter" key?
Upvotes: 4
Views: 5098