Open ricsrock opened 8 years ago
i got same issue. the button is appeared, but the text didn't show up and on_click
event didn't fired.
probably the problem is the current version of XL-Form cocoapod is 3.1.1
had some issue, i was able to use this gem before with XL-Form 3.1.0
.
so, i fork this repo and replace Gemfile
, u can use it until this issue solved.
gem 'ProMotion-XLForm', github: 'apinrdw/ProMotion-XLForm', branch: 'fix-version'
That fixed it. Thanks so much!
@apinrdw Is using the latest PM-XLForm fix the issue ?
Hey, guys. Any joy to get this issue fixed. I used @apinrdw advice as a reference. But still facing the same issue. onclick event is not fired. Thanks in advance
@bmichotte , yeah using latest version fix this issue. Thanks.
Hoping this is something silly on my part.
I'm setting up a login form with a button at the bottom of the form. The button does not appear.
Any help is appreciated. Thanks!