jvalle63
jvalle63
**Description** **Code example to reproduce the issue:** ```python status_search=ft.Dropdown( label='Status', width=150, color=ft.colors.GREY_700, bgcolor=ft.colors.WHITE, border_color=ft.colors.GREY_700, border_width=1, hint_text=' Status', hint_style=ft.TextStyle(size=12,color=ft.colors.GREY_700,weight="BOLD",font_family='Tahoma'), text_style=ft.TextStyle(size=12,color=ft.colors.GREY_700,font_family='Tahoma'), dense=True, filled=True, border_radius=1, content_padding=4, alignment=ft.alignment.center_left, options=[ ft.dropdown.Option('Todos'), ft.dropdown.Option('Pendente'), ft.dropdown.Option('Andamento'), ft.dropdown.Option('Finalizado'), ],...
windows 10 ft.DataCell(ft.Text(x['Item'],width=170)), If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list...