You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm making a dynamic input with the Veeno slider. I have a preview function and it should show in realtime how the input would look like after editing the input.
It looks good but Veeno doesn't update in realtime to render vertically or horizontally after I update it the orientation variable. However, it does re-render perfectly when the veeno component is not shown and then re-shown.
Do you have any work-arounds or fixes for this? Thanks.
Here is how the veeno component looks like. <veeno v-show="question.question_type=='Range'" v-model="input_value" pipsy :step=".1" :vertical="(question.others.orientation=='Vertical')" tooltips :handles="1.5" :range = "{ 'min': 1, 'max': 3 }" > {{ input_value }}cm </veeno>
The text was updated successfully, but these errors were encountered:
Hi, I'm making a dynamic input with the Veeno slider. I have a preview function and it should show in realtime how the input would look like after editing the input.
It looks good but Veeno doesn't update in realtime to render vertically or horizontally after I update it the orientation variable. However, it does re-render perfectly when the veeno component is not shown and then re-shown.
Do you have any work-arounds or fixes for this? Thanks.
Here is how the veeno component looks like.
<veeno v-show="question.question_type=='Range'" v-model="input_value" pipsy :step=".1" :vertical="(question.others.orientation=='Vertical')" tooltips :handles="1.5" :range = "{ 'min': 1, 'max': 3 }" > {{ input_value }}cm </veeno>
The text was updated successfully, but these errors were encountered: