Skip to content

Commit 75194ae

Browse files
committed
Tweaks
1 parent 5f4d81c commit 75194ae

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

form/bootstrap4.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,9 @@ Due to Bootstrap internals, the label is already rendered by ``form_widget()``.
9797
File inputs
9898
-----------
9999

100-
Files input are rendered using the Bootstrap "custom-file" class.
101-
102-
Due to Bootstrap internals, the rendered field does not display the selected filename.
103-
To fix that missing display, you can use the "`bs-custom-file-input`_" plugin (vanilla javascript), as recommended by `Bootstrap Forms documentation`_.
100+
File inputs are rendered using the Bootstrap "custom-file" class, which hides
101+
the name of the selected file. To fix that, use the `bs-custom-file-input`_
102+
JavaScript plugin, as recommended by `Bootstrap Forms documentation`_.
104103

105104
Accessibility
106105
-------------

0 commit comments

Comments
 (0)