Giter VIP home page Giter VIP logo

Comments (7)

pablomadariaga avatar pablomadariaga commented on August 18, 2024 1

No puedo resolver este problema. Ahora sé cómo funcionan los js y sccs, pero no cómo funcionan el paquete web y todo eso. Esperando a @bluzky

@bluzky your package is not bad, you should dedicate more time to it and do it in a more professional way, it has great potential and an excellent approach, in addition there are thousands of developers who work with pure JavaScript (vanilla), so you will have a large number of followers.

from nice-select2.

hapertown avatar hapertown commented on August 18, 2024 1

Found a small workaround:

In nice-select2/src/js/nice-select2.js replace export function bind(el, options) to export default function bind(el, options).
Next in JS file set:

import NiceSelect from 'nice-select2/src/js/nice-select2.js';
global.NiceSelect = NiceSelect;

and use like:
NiceSelect(object, options).

For example:
NiceSelect(document.getElementById("a-select"), {searchable: true});

from nice-select2.

vinceAmstoutz avatar vinceAmstoutz commented on August 18, 2024

I have the same problem !

from nice-select2.

pablomadariaga avatar pablomadariaga commented on August 18, 2024

I have problem.
I'm trying compile with webpack.
Module not found: Error: Can't resolve 'window'

from nice-select2.

IIIu6ko avatar IIIu6ko commented on August 18, 2024

from nice-select2.

Tsjippy avatar Tsjippy commented on August 18, 2024

I cannot solve this problem. I now how js and sccs work but not how webpack and all that work.
Waiting for @bluzky

from nice-select2.

Basovich avatar Basovich commented on August 18, 2024

A similar error. I was overjoyed early.

from nice-select2.

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.