Giter Club home page Giter Club logo

Comments (3)

yairEO avatar yairEO commented on June 26, 2024

why would PHP generate addTags function calls? you should render the page with the input elements already filled with their correct value. do not call addTags unless you are doing an async call to the server AFTER the page has been rendered in order to fetch the fields' data.

from tagify.

gitgitwhat avatar gitgitwhat commented on June 26, 2024

Fundamentally, it doesn't matter why. The issue is still valid. The library shouldn't clear any values that already exist in the list.

from tagify.

yairEO avatar yairEO commented on June 26, 2024

The Tagify component and the (hidden) input element it's fundamentally bound to must always be in-sync. if some code somehow manipulates the input element then the Tagify component will adapt accordingly:

https://github.com/yairEO/tagify/blob/master/src/parts/events.js#L680-L688

The observeOriginalInputValue function runs every 500ms

You should make sure your code does not change the Tagified input's value in any way.
on Tagify should handle the input field once it has been "tagified".

Make sure you don't have a form reset code running after input fields have been tagified which is a possibility if you say all your tags are removed.

from tagify.

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.