-
Notifications
You must be signed in to change notification settings - Fork 374
Open
Description
I have the FormEditText wrapped in the TextInputLayout class if that matters.
Whenever I test the validation, the error or the exclamation mark don't show. I have to manually focus the culprit field to get the error string shown.
This causes a lot of issues as the user doesn't know what the problem is.
Here's the xml:
<android.support.design.widget.TextInputLayout
android:id="@+id/til_tradingName"
android:layout_width="300dp"
android:layout_height="wrap_content"
android:hint="@string/trading_name">
<com.andreabaccega.widget.FormEditText
android:id="@+id/tradingName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textCapWords"
app:testType="nocheck"/>
</android.support.design.widget.TextInputLayout>
Metadata
Metadata
Assignees
Labels
No labels