V Petrov
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
V Petrov created a post, AnsweredtextField doesn't update bound property
I have a form in my plugin with some text fields: class MyPluginConfigurationForm { data class Values( var url: String, // other vars ) lateinit var vals: Values private lateinit var sett...