You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haved installed your beautiful widget for fileinput control and trying to use it for my form.
When I just copy example code from your documentation and paste it into my form I get your widget and it is working, but there are two problems.
At first I install file-input widget with the all of your widgets.
Then I tried to solve problems with the buttons and install file-input widget separately, but it doesn't help.
Also I have searched for same issues but couldn't find any hint about it.
The "х" button in the right upper coner seems broken. As I understand, it looks like this because the css class for it is wrong. It should be "btn-close fileinput-remove", but it is just "close fileinput-remove".
Also all notification from your widget which appears in it like bootstrap alerts have the same problem with their closing buttons.
This button for closing modal window is not working. (but you can close the window by clicking somewhere else outside this window) As I understand, it happens because for this button there is must be attribute data-bs-dismiss="modal", but your widget has the wrong name for that attribute, which is just data-dismiss="modal"
As I see the demo on your website - all this attributes and classes are correct, but I don't understand why in my project they are not correct. :(
Could you, please, say what did I miss or what am I doing wrong because I have no idea how to force your widget use the correct css-classes and attributes in my project.
Except for this two little and very annoing problems with "x" buttons your widget are working fine and suits my needs perfectly.
I am using Bootstrap5 for my Yii2 project.
So I have in my global app params:
'bsVersion' => '5.x',
and there is a configuration of your widget which has this problems in my form
Hi!
I haved installed your beautiful widget for fileinput control and trying to use it for my form.
When I just copy example code from your documentation and paste it into my form I get your widget and it is working, but there are two problems.
At first I install file-input widget with the all of your widgets.
Then I tried to solve problems with the buttons and install file-input widget separately, but it doesn't help.
Also I have searched for same issues but couldn't find any hint about it.
The "х" button in the right upper coner seems broken. As I understand, it looks like this because the css class for it is wrong. It should be "btn-close fileinput-remove", but it is just "close fileinput-remove".
Also all notification from your widget which appears in it like bootstrap alerts have the same problem with their closing buttons.
This button for closing modal window is not working. (but you can close the window by clicking somewhere else outside this window) As I understand, it happens because for this button there is must be attribute data-bs-dismiss="modal", but your widget has the wrong name for that attribute, which is just data-dismiss="modal"
As I see the demo on your website - all this attributes and classes are correct, but I don't understand why in my project they are not correct. :(
Could you, please, say what did I miss or what am I doing wrong because I have no idea how to force your widget use the correct css-classes and attributes in my project.
Except for this two little and very annoing problems with "x" buttons your widget are working fine and suits my needs perfectly.
I am using Bootstrap5 for my Yii2 project.
So I have in my global app params:
'bsVersion' => '5.x',
and there is a configuration of your widget which has this problems in my form
my require section in the composer.json is:
The text was updated successfully, but these errors were encountered: