helloflask / helloflask/bootstrap-flask

Select field is not rendered properly if used with snapappointments/bootstrap-select

Open
#285 0 comments 0 reactions 0 assignees View on GitHub
form
Dominant language
SCSS
Stars
1.2k
Forks
193
Avg merge
4m
Merged PRs (30d)
3

Description

I am using bootstrap-select:

```

```

with data-live-search feature:

```
{{ render_field(form.user_id, form_type='horizontal', id='userid', **{'data-live-search': 'true'}) }}

$(document).ready(function() {
$('#userid').selectpicker();
});

```

The result of rendering is:
![image](https://user-images.githubusercontent.com/32905985/227887220-e108ba61-0a95-41cd-9cf9-97f1504ccf6e.png)

which does not look good as the working bootstrap-select is embedded in a static and not responsive select.

The generated HTML is:

```


```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.