Please fix non-idiomatic Textfield casing (Should be TextField)

I can’t be the only person who’s been burned by the non-idiomatic casing of UIKit’s Textfield multiple times. in JavaScript, Forge will happily build and deploy the idiomatic casing (TextField) then give a completely unhelpful React error in the apps. I can see this derailing beginners.

I even see Atlassian staff using TextField (idiomatic but incorrect casing) in examples in this forum. Just do a search for TextField.

There should be an alias so both casings work (Textfield and TextField).

1 Like