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

disableInjectedStyle option #455

Merged
merged 2 commits into from May 16, 2017
Merged

Conversation

kevinchappell
Copy link
Owner

Resolves #443

@kevinchappell kevinchappell changed the base branch from master to dev May 16, 2017 15:52
@kevinchappell kevinchappell merged commit df43963 into dev May 16, 2017
@kevinchappell kevinchappell deleted the feature/disable-injected-style branch May 16, 2017 15:52
kevinchappell added a commit that referenced this pull request May 16, 2017
* Build process refactor WIP

* Start switch to npm only

* IE11 compatibility

* Return event so dispatch functions correctly

* Fix classNames conditional

* IE11 compatibility

* Return event so dispatch functions correctly

* IE11 compatibility

* Fix classNames conditional

* Add required attribute to base control, remove for checkbox-group

* Rebase against dev

* IE11 compatibility

* Add args argument to mi18n lookup, attach dom element reference to Control instance, Add support for HTML5 constraint validation for checkbox-groups

* rebase from chore/build-process

* Sync up dev, add .map files to .gitignore

* disableInjectedStyle option (#455)

* Bugfix: regeneratorRuntime

* Add option to disableInjectedStyle

* Other text and option should have different names. Resolves #442 (#456)

* Fix syntax
kevinchappell added a commit that referenced this pull request May 16, 2017
* Build process refactor WIP

* Start switch to npm only

* IE11 compatibility

* Return event so dispatch functions correctly

* Fix classNames conditional

* IE11 compatibility

* Return event so dispatch functions correctly

* IE11 compatibility

* Fix classNames conditional

* Add required attribute to base control, remove for checkbox-group

* Rebase against dev

* IE11 compatibility

* Add args argument to mi18n lookup, attach dom element reference to Control instance, Add support for HTML5 constraint validation for checkbox-groups

* rebase from chore/build-process

* Sync up dev, add .map files to .gitignore

* disableInjectedStyle option (#455)

* Bugfix: regeneratorRuntime

* Add option to disableInjectedStyle

* Other text and option should have different names. Resolves #442 (#456)

* Fix syntax
@aromka
Copy link

aromka commented May 25, 2017

Seems like it still injects styles for toggles (kc-toggle) ... used to overwrite that through css, now it shows default styles again, even when disableInjectedStyle is set to true

@kevinchappell
Copy link
Owner Author

@aromka is the toggle the only issue? Is this in formRender, formBuilder or both? this feature probably needs to be extended to formRender as I only remember doing it for formBuilder

@aromka
Copy link

aromka commented May 25, 2017

Only seeing it in formBuilder right now, haven't checked formRender yet.

@kevinchappell
Copy link
Owner Author

So all styles disappear except toggle or it's not working at all?

@aromka
Copy link

aromka commented May 25, 2017

It seems like some other styles are injected as well - see screenshot: https://image.prntscr.com/image/af89edfaac0142b59d4afdfbbc7bc16f.png

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

Successfully merging this pull request may close these issues.

None yet

2 participants