stripe-android
stripe-android copied to clipboard
Expose readOnly parameter on TextFieldUI
Summary
- Compose's TextField has a
readOnlyparameter usually used to display pre-filled forms that user can not edit. Stripe's TextFieldUI uses it internally but we're not exposing it. This PR exposes it. - Also fixes a couple warnings around this code.