TheJuki / KFormMaster

Generic form builder in Kotlin
https://thejuki.github.io/KFormMaster/
Apache License 2.0
196 stars 46 forks source link

Can't able to access that FormBuilderHelper's listener variable. #277

Closed sivarajesh closed 2 years ago

sivarajesh commented 2 years ago

Description

I just want to create the custom form element using FormPickerDropDownElement. But when I recreate this class in my project package it shows error "Cannot access 'listener': it is internal in 'FormBuildHelper'".

Because that FormBuilderHelper listener is defined as internal modifier. So I can't able to use that listener.

Expected behavior

I should be able to access that FormBuilderHelper's listener variable.

Actual behavior

I can't able to access that FormBuilderHelper's listener variable.

TheJuki commented 2 years ago

I just released 8.3.0. Please update your dependency and let me know if this is fixed now.

TheJuki commented 2 years ago

I am closing this issue. If you have any issues feel free to reopen.