Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with UiKit 3 Theme #90

Open
violoncelloCH opened this issue Apr 4, 2018 · 3 comments
Open

issue with UiKit 3 Theme #90

violoncelloCH opened this issue Apr 4, 2018 · 3 comments

Comments

@violoncelloCH
Copy link

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

@violoncelloCH
Copy link
Author

and is there a way to overwrite the uk-* classes from the theme? like the views which are overwritable from within the theme...?

@tobbexiv
Copy link

tobbexiv commented Apr 4, 2018

There is no official support in Pagekit for Uikit3, yet. Thus, no extension using Uikit Javascript files will work right now.

It is not possible to overwrite the uk-*classes right now, if I remember correctly.

@violoncelloCH
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants