question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to use v-binded values for data-*

See original GitHub issue

Due to the use of this.el.dataset instead of directive params it is not possible to use v-bind values for these attributes.

The below does not currently work;

<input v-validate="value" v-model="value" :type='type' :name='name' :placeholder='placeholder' :modifiers='modifiers' :has="has" class="input" :data-rules="rules" :data-as="name">

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Phunkycommented, Sep 3, 2016

Hey @logaretm, just gave latest release a test and it’s working 👍

0reactions
logaretmcommented, Sep 4, 2016

glad to hear, thanks for pointing this issue out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vue3 Test Utils v-binded attribute not available
I am using Vue3 and Vue Test Utils V2, I want to test if a v-binded property has a certain value. But I...
Read more >
Unable to Insert data using Jquery - MSDN - Microsoft
tried several ways, but I am unable to insert data by using jquery ... Value = "1001" param = New SqlParameter("@o_ErrorStatus", SqlDbType.
Read more >
jQuery.ajax() | jQuery API Documentation
When data is an object, jQuery generates the data string from the object's key/value pairs unless the processData option is set to false...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found