Create a Customized TextField
markhallak opened this issue · 3 comments
markhallak commented
Create a base TextField that can be customized upon initialization.
For example, we have a base TextField with a color attribute that is red.
Usage 1: We should be able to change its color
Usage 2: We should be able to change the value of its 'keyboardType' attribute and such.
notbrood commented
Can you assign this to me, I have a code snippet on it which we can modify for this issue?
@markhallak
markhallak commented
Sure
notbrood commented
Hey mark! I have created a pull request for this issue, I have added the textfield with a bunch of attributes, if you want anything to change, please let me know.