Giter VIP home page Giter VIP logo

Comments (10)

lucasnetau avatar lucasnetau commented on June 28, 2024 1

Please try the patch in #1531 or wait until it has been released for a bug fix.

from formbuilder.

Fharhanamrin avatar Fharhanamrin commented on June 28, 2024

value from api
[{"type":"text","required":false,"label":"First Name","access":false,"lebel_id":"Nama Depan","label_en":"Nama Belakang","className":"col-md-4 form-control"}]

from formbuilder.

lucasnetau avatar lucasnetau commented on June 28, 2024

Cannot replicate. What version are you using?

    window.formBuilder = await $('#fb-editor').formBuilder({
        typeUserAttrs: {
            '*': {
                lebel_id: {
                    label: 'Label Indonesia',
                    value: 'Label Indonesia',
                },
                label_en: {
                    label: 'Label Inggris',
                    value: 'Label Inggris',
                },
            },
        },
        formData: [],
        i18n: {
            location: "https://raw.githubusercontent.com/kevinchappell/formBuilder-languages/master/",
        },
    }).promise;

    window.formBuilder.actions.setData([{"type":"text","required":false,"label":"First Name","access":false,"lebel_id":"Nama Depan","label_en":"Nama Belakang","className":"col-md-4 form-control"}]);
image

from formbuilder.

Fharhanamrin avatar Fharhanamrin commented on June 28, 2024
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js"></script>
<script src="https://formbuilder.online/assets/js/form-builder.min.js"></script>

from formbuilder.

lucasnetau avatar lucasnetau commented on June 28, 2024

Have you verified that your code is loading anything? Try setting values for all other fields and checking they load.

from formbuilder.

Fharhanamrin avatar Fharhanamrin commented on June 28, 2024
Screenshot 2024-03-04 at 11 19 10 Screenshot 2024-03-04 at 11 19 49

does not change to replace the latest data from the data in the settings

from formbuilder.

Fharhanamrin avatar Fharhanamrin commented on June 28, 2024

the value is not included in the input value?

Screenshot 2024-03-04 at 11 28 22

from formbuilder.

lucasnetau avatar lucasnetau commented on June 28, 2024

OK, I've track down the issue to a regression in commit bfa92e8

I'll prepare a PR to fix it shortly

from formbuilder.

Fharhanamrin avatar Fharhanamrin commented on June 28, 2024
Screenshot 2024-03-04 at 20 08 48 problem solved, thank you sir When will it be released into production?

from formbuilder.

github-actions avatar github-actions commented on June 28, 2024

🎉 This issue has been resolved in version 3.19.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

from formbuilder.

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.