Skip to content
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

uneditablefield #995

Open
smithdc1 opened this issue Feb 25, 2020 · 0 comments
Open

uneditablefield #995

smithdc1 opened this issue Feb 25, 2020 · 0 comments

Comments

@smithdc1
Copy link
Member

To disable an input Bootstrap4 docs say to add a disabled boolean attribute. Template currenltly adds disabled=disabled.

Docs extract

Add the disabled boolean attribute on an input to prevent user interactions and make it appear lighter.
<input class="form-control" id="disabledInput" type="text" placeholder="Disabled input here..." disabled>

Current html

<form  method="post" > <div id="div_id_is_company" class="form-group"> 
<label class="">company</label> <div class=""> 
<input type="checkbox" name="is_company" class="uneditable-input checkboxinput" disabled="disabled" id="id_is_company"> 
</div>\n</div> </form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant