Closed blackawn closed 2 years ago
I'm submitting a ... (check one with "x")
[x] Bug report => search github for a similar issue or PR before submitting [x] Feature request [ ] Other, please describe
Tell about your platform
Current behavior
Expected behavior
Minimal reproduction of the problem with instructions
How to operate on rendered nodes? For example I want to render as <input .../> <span>to<span> <input .../>
<input .../> <span>to<span> <input .../>
Vue template
<flat-pickr v-model="date" :config="config" placeholder="select date" class="form-control" name="date" />
Setup
let config = reactive({ plugins: [new rangePlugin({}),], })
Render result
<input type="text" data-input="true" placeholder="select date" class="form-control flatpickr-input" name="date" readonly="readonly"> <input type="text" data-input="true" placeholder="select date" class="form-control flatpickr-input" name="date" readonly="readonly" data-fp-omit="">
https://github.com/ankurk91/vue-flatpickr-component/issues/64
I'm submitting a ... (check one with "x")
Tell about your platform
Current behavior
Expected behavior
Minimal reproduction of the problem with instructions
How to operate on rendered nodes? For example I want to render as
<input .../> <span>to<span> <input .../>
Vue template
Setup
Render result