Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support EditText #10

Open
pocmo opened this issue Sep 15, 2020 · 5 comments
Open

Support EditText #10

pocmo opened this issue Sep 15, 2020 · 5 comments
Assignees
Labels
enhancement New feature or request view Issues about supporting specific vews

Comments

@pocmo
Copy link
Owner

pocmo commented Sep 15, 2020

https://developer.android.com/reference/android/widget/EditText

 <EditText
     android:id="@+id/plain_text_input"
     android:layout_height="wrap_content"
     android:layout_width="match_parent"
     android:inputType="text"/>
@pocmo pocmo added enhancement New feature or request view Issues about supporting specific vews labels Sep 15, 2020
@anesabml
Copy link
Contributor

I'd like to work on this, please?

@pocmo
Copy link
Owner Author

pocmo commented Sep 30, 2020

One tricky thing here is that a TextField() will need a state. Or maybe we just ignore this in the first version and write an empty onValueChange lambda.

@anesabml
Copy link
Contributor

Thanks for the notice, what if the layout uses DataBinding? I think it's possible to provide the implementation for onValueChange.

@pocmo
Copy link
Owner Author

pocmo commented Sep 30, 2020

Oh yeah, that would be interesting too! Let's add basic support in this issue and then file follow-up issues for those ideas? :)

@anesabml
Copy link
Contributor

yes, sure.

pocmo pushed a commit that referenced this issue Oct 1, 2020
pocmo pushed a commit that referenced this issue Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request view Issues about supporting specific vews
Projects
None yet
Development

No branches or pull requests

2 participants