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

setOnClickListener is not working on TextFieldBoxes and ExtendedEditText #32

Closed
pess0a opened this issue Nov 3, 2017 · 1 comment
Closed

Comments

@pess0a
Copy link

pess0a commented Nov 3, 2017

TextFieldBoxes.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
                Log.i("LOG","ive been clicked");
            }
        });

ExtendedEditText.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
                Log.i("LOG","ive been clicked");
            }
        });

can you help me?

@HITGIF HITGIF closed this as completed in e77e228 Nov 4, 2017
@HITGIF
Copy link
Owner

HITGIF commented Nov 4, 2017

fixed in release 1.3.5 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants