Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Input group with a select control


I tried to use the input group with the addon by inserting a select as the input and I noticed that the select has rounded corners, as if it were not inside the group.
Do you think it would be possible for you to consider supporting this control inside the group in order to have behavior identical to that of a text box?


<div class="kt-input-group">
<span class="kt-input-addon">Framework</span>
<select
class="kt-select"
data-kt-select="true"
data-kt-select-placeholder="Select a framework">
<option value="blazor">Blazor</option>
</select>
</div>


I'm using tailwind 9.4.5

Thank you


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi

Right now the input group is designed for use with the KTUI Input (text fields). Using kt-select inside the same group isn’t supported, so the select’s border-radius isn’t adjusted when it’s in the group. We’ll treat this as a feature request and pass it to our development team so they can consider adding proper support for a select inside the input group.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(