-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bug: hideFeedback overwrites width and height from textAreaInput #36
Comments
Hi @fkoh111, We're glad you've enjoyed the package! Thanks for pointing this out. I've found the source of the issue & will update the master branch once we've confirmed the fix & tested. In the meantime, you can install the |
Thanks @fkoh111 for reporting this issue and including a repex! And thanks @phoward38 for the fix! The fix had been merged with master, so closing this issue out. Please reopen if you are still experiencing issues. |
Great stuff. Just tried out the feature branch for this issue and its good :-). |
Yep thanks @fkoh111 . We will work on a fix for the floating icon, but it's going to be a little more involved than this last update, so it may be a while before we get to it. Until then, please just set the icon to NULL as you did in your reprex when using custom width textAreaInputs. |
We just merged a great PR by @phoward38 5d292d8 to fix the floating icon issue for the textAreaInput. Thanks @fkoh111 for bringing this issue to our attention as well as the original width/height problem! |
|
Hello, I am having troubles with this (amazing !) package: here is my
and here is a bit of code managing its feedback:
However, |
@earnaud what version of shinyFeedback are you using? This should have been fixed in the 0.3.0 CRAN release, and in the current GitHub version. Let me know if it is not fixed in either of these versions, and I will look into it in more detail. Thanks |
I am under the version 0.3.0. And I still get the issue with the github version. EDIT Here is the full HTML tag:
A weird behavior (maybe related?) is that the shown value above is "!Add description here!" but the shown value in the GUI is different (updated by a Also, changing the width to "300px" does not change the result. |
Hello,
Thank you for a cool package with a good API.
However, I noticed that hideFeedback is overwriting width and height as defined in textAreaInput().
Reprex:
The first time I invoked this, I expected that the textAreaInput would have a width and height of 400px x 300px. Instead the textAreaInput seems to fallback on the default width and height.
If I remove the invocation of hideFeedback in else clause then I will lose reactivity. See reprex below.
Please let me know if I can assist :-)
The text was updated successfully, but these errors were encountered: