react-magma icon indicating copy to clipboard operation
react-magma copied to clipboard

Support Input and Button combination

Open silvalaura opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. The need for combining a button right next to an input field has come up a few times. We should support something like this: image (12)

silvalaura avatar Sep 12 '23 13:09 silvalaura

The designer/developer is trying to achieve the following: image

image

This is not currently supported by Magma. If the goal of this is to present Search Filters inline with the Search Input, we can consider this. This is NOT simply about making inputs connect to buttons.

The following things need to be considered:

  • Is this even necessary? Can the goal of this design be achieved using existing Magma components without any changes?
  • Can this be made universal enough for anyone to use and swap out their own filters?
  • Responsive design
  • Accessibility

orion-cengage avatar Sep 12 '23 14:09 orion-cengage