Bill Spence created FLEX-35379: ---------------------------------- Summary: TextInput and Autocorrect on iOS Key: FLEX-35379 URL: https://issues.apache.org/jira/browse/FLEX-35379 Project: Apache Flex Issue Type: Bug Components: Spark: TextInput Affects Versions: Apache Flex 4.16.0 Environment: Windows 10, Flash Builder 4.7, Flex 4.16, AIR 27, running on iPad Reporter: Bill Spence
On an iPad, if I type "william" into a textInput, iOS will autocorrect it to have a capital W and will display "William". But when I use the text property of the textInput as a value for a database query, the value that is entered into a table is "william" with a lowercase w even though "William" with a capital W is displayed. But if I use the shift key to create a capital letter and type in "William", "William" gets entered into my database. So on iOS, the capitalization that happens with autocorrect does not appear to make its way down to the text property. I don't know what happens on Android as I have not tried it. For a skin, I am using the ScrollingStageTextInputSkin -- This message was sent by Atlassian JIRA (v7.6.3#76005)