Giter Site home page Giter Site logo

Comments (5)

nolimits4web avatar nolimits4web commented on May 21, 2024

Do you have the same behavior with native element?

from framework7-vue.

scriptPilot avatar scriptPilot commented on May 21, 2024

No - Works fine with:

<template>
  <div class="page">
    <div class="page-content">
      <div class="list-block">
        <ul>
          <li>
            <div class="list-item">
              <div class="list-item-inner">
                <div class="list-input">
                  <input type="text" v-model="input1">
                </div>
              </div>
            </div>
          </li>
        </ul>
      </div>
    </div>
  </div>
</template>

Buggy with

<template>
  <f7-page>
    <f7-list>
      <f7-list-item>
        <f7-input type="text" v-model="input1">
      </f7-list-item>
    </f7-list>
  </f7-page>
</template>

from framework7-vue.

nolimits4web avatar nolimits4web commented on May 21, 2024

Can't really replicate it, works just single time for me. Is it possible that something else in your component trigger update after input update?

from framework7-vue.

nolimits4web avatar nolimits4web commented on May 21, 2024

Is it still actual or we can close it?

from framework7-vue.

scriptPilot avatar scriptPilot commented on May 21, 2024

For now, I will close it Vladimir. Think there have been some interference with own code.

from framework7-vue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.