Fix TextFiled Value When Predictive Text is Enabled

Fix read textfiled value when predictive text is enabled on the virtual keyboard. Use displayText instead of text method for normal input hints. For password textfield we must use inputMethod commit slot for reading of correct textfiled value.