pnp / sp-dev-fx-controls-react

Reusable React controls for SPFx solutions
https://pnp.github.io/sp-dev-fx-controls-react/
MIT License
380 stars 380 forks source link

#1101: Fix issue with adding link by typing in FilePicker "From a link" tab #1814

Closed Ateina closed 1 month ago

Ateina commented 1 month ago

…k" tab

Q A
Bug fix? [x ]
New feature? [ ]
New sample? [ ]
Related issues? fixes #1101

What's in this Pull Request?

Fixed issue with typing url in FilePicker control "From a link" tab. Added error message if value is an invalid url. Removed '"defaultValue" in TextFiend, because it doesn't affect controlled components.

joaojmendes commented 1 month ago

Hi, @Ateina thank you for the fix