-
Notifications
You must be signed in to change notification settings - Fork 399
FilePicker: Option "From a Link". Cannot enter a link manually #1101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Any updates on this? It doesnt seem to have changed in 3.6.0 |
A solution is to use the 'renderCustomLinkTabContent' prop to render a custom input, and hide the default input
|
Same with me here. I saw the above answer, where kenneth sugests to use a custom input and hide the default input. But, i think that the only way of doing that is accessing the DOM and manually disable the default input. |
Hi @michaelmaillot @joelfmrodrigues! |
…k-manually #1101: Fix issue with adding link by typing in FilePicker "From a link" tab
* #1135: fix keys for ordered list * #1101: fix issue with adding link by typing in FilePicker "From a link" tab * Revert "#1101: fix issue with adding link by typing in FilePicker "From a link" tab" This reverts commit e2afed6. Revert "#1101: fix issue with adding link by typing in FilePicker "From a link" tab" This reverts commit e2afed6.
Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
Please specify what version of the library you are using: [3.5.0]
Expected / Desired Behavior / Question
When disabling property "hideLinkUploadTab" a Tab "From a link is shown". If i try to enter a link manually, it will not work, copy & paste link works. It seems taht the textbox is disbaled for editing. Maybe there is a reason for this?
Our users would like to enter links manually.
Observed Behavior
Users can enter links manually in Tab "From a link".
Steps to Reproduce
Use File Picker with Option hideLinkUploadTab set to false and try to add a link manually (by adding text with my keyboard ;-))
Thanks!
The text was updated successfully, but these errors were encountered: