When the user types in an input field, automatically convert the text to uppercase.
Input:-hello
Input Description: Input: String
Output: HELLO
Output Description: Uppercase string.
Constraints: 1 <= string length <= 1000
Explanation: