[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
support "*#-+" when input type is tel
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfeng authored and YorkShen committed Jul 5, 2018
1 parent ebc7ddb commit ee91911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public abstract class AbstractEditComponent extends WXComponent<WXEditText> {
private TextWatcher mTextChangedEventDispatcher;
private int mFormatRepeatCount = 0;
private static final int MAX_TEXT_FORMAT_REPEAT = 3;
private static final String INPUT_DIGITS = "1234567890";
private static final String INPUT_DIGITS = "1234567890-*#+";
private static final String INPUT_DIGITS_WITH_DOT = "1234567890.";

private TextPaint mPaint = new TextPaint();
Expand Down

0 comments on commit ee91911

Please sign in to comment.