I already know how to change the input file button style using file:tailwindcssattr but I am not being abble to change the “Chose File” and “No fileChosen” from button and its text. Does anyone knows how to do it?
Thank you very much
<span class="flex flex-row text-2xl items-center"> <i class="fa fa-file-image me-1" aria-hidden="true"></i> {% render_field form.avatar class="w-full p-2 border border-gray-300 rounded-md text-sm bg-slate-800 text-slate-400 file:rounded-md file:bg-slate-400" %}
</span>
I tryed to add placeholder=”someplaceholder” but is has no result.