Hello!
Thanx for best form builder.
I from Russia and i have problem with changing language in keyboard. They only English, but i need Russian.
When i use uitextfield without Eureka, i can change keyboard language. What is it?
Thanx!
I had the same problem and I'll try to work on this.
Hi, @MarcSky
Actually it's not an issue. Just use TextRow() instead, and it should resolve your problem.
@MarcSky have you solved this?
@mtnbarreto Yes
Is there a way to have both the word-capitalisation of NameRow and the keyboard language button availability of TextRow?
In case anyone else comes across this: the capitalisation of a TextRow can be set as follows:
let row = TextRow() {
$0.cell.textField.autocapitalizationType = .words
}
Most helpful comment
Hi, @MarcSky
Actually it's not an issue. Just use TextRow() instead, and it should resolve your problem.