Grey Li
Grey Li
I can't figure out a proper way to let the user change the CDN provider arbitrarily since different CDN provider has different URL pattern, and the extension need to set...
Close as duplicated.
Passing autofocus="autofocus" is the correct usage. https://www.w3.org/TR/html5/infrastructure.html#boolean-attributes
Implemented in #204.
Can you provide more details on this issue? For example, the template, Bootstrap version, the screenshot of the current render result, and your expected result. If the label for the...
I just tested this locally, and the rendering result of the inline`RadioField` is correct.  If you want to make the radio buttons rendered horizontally, you may need to manually...
The code should be correct, when the form type is inline, the radio field label should be hidden, and only the item labels were displayed. https://getbootstrap.com/docs/5.0/forms/layout/#inline-forms You may want to...
You can control this simply with the CSS below: ```css .form-control-label { display: none; } ```
Thanks very much! I will review your code as soon as I have free time.
LGTM! Just go ahead to update the docs.