You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a uikit v3 theme and want to build a form with formmaker.
If I chose a Date (of Birth) field none part of the form gets rendered, the browser console sais: TypeError: UIkit.Utils is undefined
without the date field, the form is rendered, but there seems to be a problem with the upload field. The console sais: TypeError: UIkit.uploadSelect is not a function
and (I think because uikit 3 works without jquery) there is a mapping error also without the two problematic field types: Source-Map-Fehler: request failed with status 404 Ressourcen-Adresse: http://localhost/viodev/app/assets/jquery/dist/jquery.min.js?v=d96d Source-Map-Adresse: jquery.min.map
The text was updated successfully, but these errors were encountered:
I know, but it worked for me to overwrite bixie/projects' view files inside my theme with uikit 3 uk-*classes, so I thought I could do the same for bixie/formmaker...
maybe I have to wait for the official support of uikit 3 through pagekit... will bixie/formmaker be updated as soon as pagekit supports uikit 3 later this year?
I have a uikit v3 theme and want to build a form with formmaker.
If I chose a Date (of Birth) field none part of the form gets rendered, the browser console sais:
TypeError: UIkit.Utils is undefined
without the date field, the form is rendered, but there seems to be a problem with the upload field. The console sais:
TypeError: UIkit.uploadSelect is not a function
and (I think because uikit 3 works without jquery) there is a mapping error also without the two problematic field types:
Source-Map-Fehler: request failed with status 404 Ressourcen-Adresse: http://localhost/viodev/app/assets/jquery/dist/jquery.min.js?v=d96d Source-Map-Adresse: jquery.min.map
The text was updated successfully, but these errors were encountered: