basxsoftwareassociation / bread

Engine to create database applications based on Django and the IBM Carbon Design System
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Use only 1 input element instead of two for BrowseView search #132

Closed dward2nd closed 2 years ago

dward2nd commented 2 years ago

As in #127, @saemideluxe suggested that there should only be one input element for the search box. So this pull request remove the existing input[type='text'] for the normal search and use textarea for both modes instead.

dward2nd commented 2 years ago

Known issue

saemideluxe commented 2 years ago

Okay, this feature requires way to much code for a feature which only advanced user will be able use.

Can you back leave this branch on the side for a moment and do some experiments back on main? (I copied your fix for escaping already to main)

saemideluxe commented 2 years ago

Closing this for now, might reopend it when we get back to this feature.