Giter VIP home page Giter VIP logo

Comments (6)

Johann-S avatar Johann-S commented on September 26, 2024 1

published a new release @drauch 👍

from bs-custom-file-input.

drauch avatar drauch commented on September 26, 2024 1

Thanks - works like a charm! :)

Very nice response time!!

from bs-custom-file-input.

Johann-S avatar Johann-S commented on September 26, 2024

I think that's because currently the plugin on init do not check if there is file selected 🤔

from bs-custom-file-input.

Johann-S avatar Johann-S commented on September 26, 2024

I pushed a fix: 0857b04

Do not hesitate to tell me what you think about it, and I'll draft a new release 👍

from bs-custom-file-input.

Johann-S avatar Johann-S commented on September 26, 2024

my pleasure 👍

from bs-custom-file-input.

orangeSi avatar orangeSi commented on September 26, 2024

sorry for reopen this, but I meet similar error when I use create-react-app:
my sra/App.js is this:

import React, { useState } from 'react';
import { Card, Button, Collapse } from 'react-bootstrap';
import FormFile from 'react-bootstrap/FormFile'
import Form from 'react-bootstrap/Form'

import InputGroup from 'react-bootstrap/InputGroup'
import FormControl from 'react-bootstrap/FormControl'

// https://github.com/Johann-S/bs-custom-file-input
import bsCustomFileInput from 'bs-custom-file-input'



import './App.css';
import 'bootstrap/dist/css/bootstrap.min.css';


function App() {

  bsCustomFileInput.init();

  return (
    <div className="container">
              <div className="custom-file">
                          <input id="inputGroupFile01" type="file" className="custom-file-input" />
                          <label className="custom-file-label" htmlFor="inputGroupFile01">Choose file</label>
            </div>
   </div>
  );

}

export default App;

I am using Bootstrap v4.4.1

thanks~

from bs-custom-file-input.

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.