Andries Smit

Results 8 issues of Andries Smit

Thanks for this solution. An improvement is to support updating the src attribute. At the moment it does not update the bg image url when the src is updated. https://github.com/bfred-it/object-fit-images/blob/master/index.js#L118...

bug

Dear doc team, Checkbox has a special label position property `Label position` This feature is not documented, and is different from the form orientation. This could be documented here; https://docs.mendix.com/refguide/common-widget-properties#label...

Internal WIP

All widgets have test projects. That is a really good thing. Much of an improvement. However a test project... is not code, and to keep the commit clean, the test...

http://abbottcms.numerasocial.com/librelink-das

When adding a view minutes it it works, the add function works well, though when adding many, like a day, it fails. see test case below ``` javascript var dateArithmetic...

Sharing some information: https://github.com/mendix/generator-mendix/blob/master/generators/app/templates/WidgetBoilerplate/src/WidgetName/widget/WidgetName.js.ejs#L76 Found a limitation on the https://apidocs.mendix.com/6/client/mx.ui.html#.action Though documentation states that `origin: this.mxform` is not needed, it is not completely true. It is not working for full...

When questioning "Add a license"; what ever the licence chosen it always add the Apache 2 licence file in you project. https://github.com/mendix/generator-mendix/blob/master/generators/app/index.js#L220 Would be nice if there are multiple way...

HTML Element widget cause error in the log >Warning: Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.%s > at HTMLTag (http://naviva.local:8080/dist/HTMLElement-JMsVPxAr.js:1503:40) When...

html-element-web