autoNumeric/vue-autoNumeric

Update the value when the `:options` prop is modified

Closed this issue · 1 comments

If the component :options prop is modified, then the AutoNumeric settings should be updated.

A call to aNElement.update(newOptions) need to be done in a watch.