Colton Idle
06/11/2021, 12:56 AM@Composeable fun MyEmailInputField() { ... }
@Composeable fun MyPhoneInputField() { ... }
@Composeable fun MyPasswordInputField() { ... }
Would you have:
1️⃣ the validation/restriction of chars is built into the Composable
2️⃣ the validation/restriction of chars is built into your "ViewModel"pepos
06/11/2021, 2:27 AMpepos
06/11/2021, 2:27 AMZhelyazko Atanasov
06/11/2021, 6:07 AMSean McQuillan [G]
06/16/2021, 2:15 PM