Vamsi Ampolu

Results 5 comments of Vamsi Ampolu

Check [this jsbin](http://jsbin.com/rasupuyobo/edit?html,js,output), I am calling the `showWidget` and `hideWidget` methods with a flag that I set and unset whenever the `input-group-addon` is clicked. ``` var isHidden = false; $('.timepicker-toggle').on('click',function(e){...

@nunofgs / maintainers Can you have a look at this PR when you've got time and publish an updated version with the types included.

Use `formContext` to maintain the pristine state and use refer to the field's state in the `FieldTemplate`. I just provide a `Form` component wrapper with a `formContext` that looks like...

When I remove the playback control with the `destroy` method, I find that the `GPS tracks` is still active. ``` js playback = new L.Playback(map, data, null, { playControl: true,...

Any update on the vite plugin?