viclafouch / mui-chips-input

📌 A chips input designed for MUI (Material ui) V6
https://viclafouch.github.io/mui-chips-input/
MIT License
83 stars 19 forks source link

feat: ✨ Adds custom placeholder text #28

Closed MMMikeM closed 1 year ago

MMMikeM commented 1 year ago

I've had to bypass some linting rules that seem to be giving false positives. Not sure how you have been working around these issues

/Development/mui-chips-input/docs/babel.config.js
  0:0  error  Parsing error: File '@tsconfig/docusaurus/tsconfig.json' not found

/Development/mui-chips-input/docs/docusaurus.config.js
  0:0  error  Parsing error: File '@tsconfig/docusaurus/tsconfig.json' not found

/Development/mui-chips-input/docs/sidebars.js
  0:0  error  Parsing error: File '@tsconfig/docusaurus/tsconfig.json' not found

/Development/mui-chips-input/docs/src/dec.d.ts
  0:0  error  Parsing error: File '@tsconfig/docusaurus/tsconfig.json' not found

/Development/mui-chips-input/docs/src/pages/index.tsx
  0:0  error  Parsing error: File '@tsconfig/docusaurus/tsconfig.json' not found

✖ 5 problems (5 errors, 0 warnings)
viclafouch commented 1 year ago

I don't understand, just pass the "placeholder" prop to the MuiChipsInput