[Search] Search field with non-rounded borders
See original GitHub issueSearch module page has a lot of example and all of them show search field with rounded borders.
I see that if I include search module within a form with ui form
class then I get a squared field.
So, there is a way to have squared search field in case of use out of a form?
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
How to partially round corners of given block with box-shadow ...
I have a div with multiple borders, and for one border I am using box-shadow . I want this div to have a...
Read more >Borders - Bootstrap
Great for images, buttons, or any other element. Border. Use border utilities to add or remove an element's borders. Choose from all borders...
Read more >How do I get a text box with thicker, non-rounded solid corners ...
Hi, have you taken a look at the tcolorbox package and its sharp corners option? You can find its documentation on page 48...
Read more >CSS Rounded Borders - W3Schools
CSS Rounded Borders. The border-radius property is used to add rounded borders to an element: Normal border. Round border. Rounder border. Roundest border...
Read more >Roundedness - Wikipedia
When a rounded vowel is pronounced, the lips form a circular opening, and unrounded vowels are pronounced with the lips relaxed.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Search is rounded by default, but dropdown is not, should this mean we need a rounded class for dropdown, or make search squared by default and add rounded class instead of square?
I don’t like naming also, all components could be squared or rounded in a future and in many different sizes or ways (bottom-right, bottom-left, etc…)
🤔 , unsure, because
ui squared search
seems to be inconsistent. The search module is individual on its own. Having the same style like other input fields is already covered when the search field is used inside a form (as you found out already) @fomantic/maintainers What do you think?