BertrandBev / code_field

A customizable code text field supporting syntax highlighting
https://bertrandbev.github.io/code_field/
MIT License
232 stars 61 forks source link

Undo setting keyboardType in CodeField (#45) #47

Closed alexeyinkin closed 2 years ago

alexeyinkin commented 2 years ago

Fixes #45

mack-at-pieces commented 2 years ago

@alexeyinkin Good stuff here. Didn't see this and also have it solved in #48 among a few other things. I set it as an optional property in the constructor of the Widget so whoever needs to use it can use it without amending it for others.