Eric BREHAULT
Eric BREHAULT
> > @florenthobein I found a solution to the tranformY compensation, but for some reason it's not sufficient, as once I started scrolling too far down, the headers will scroll...
Hi Christian! Well it is interesting indeed, but I do not think I will provide Vue support immediately. Svelte is way much simpler and simplicity of usage is my main...
What I have implemented in this pull request is different than the undo mechanism (which does modify the history): it allows to navigate into the history.
In my own case, I use chessboardjs and chess.js to load and display a PGN. And two buttons (Back and Next) allow the user to play the PGN position by...
Sorry, StringWidget can be imported from the angular2-schema-form package (the code is here: https://github.com/makinacorpus/angular2-schema-form/blob/master/src/defaultwidgets/string/string.widget.ts )
Do you mean an Angular form or any HTML form?
I only use Angular CLI, and AOT goes well. So that's probably liked to your webpack config.
I have added your Region field in the test app here: https://github.com/makinacorpus/angular2-schema-form/blob/master/tests/src/app/sampleschema.json and it seems to work properly, I get this kind of output: ```"region":["US","SOUTH-AMERICA"],``` So I guess your problem...
Your button can call a method that will set the model to `{}`.
Actually you just need to import the module. Here is an example: https://github.com/ebrehault/ng-sf-mdl-demo/blob/master/src/app/app.module.ts#L22