You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the docs and checked that the feature I am requesting is not already implemented
My feature request consists of only one feature
Is your Feature Request related to a Problem or Annoyance?
I recently started using the INPUT[suggester], and when I populate the options using either option('a') or option('b', 'path/b') the description field of the modal has the value option which is kind of useless.
So I'd like to have a method to remove this unneeded, or to make it useful somehow. Doing class() only affects the actual input field, and not the modal.
Please fill out these Check-boxes
Is your Feature Request related to a Problem or Annoyance?
I recently started using the
INPUT[suggester]
, and when I populate the options using eitheroption('a')
oroption('b', 'path/b')
the description field of the modal has the valueoption
which is kind of useless.So I'd like to have a method to remove this unneeded, or to make it useful somehow. Doing
class()
only affects the actual input field, and not the modal.Example showcasing this behavior:
Which displays as:
Describe the Feature you'd like
Either of the following options would be nice:
option()
to also set the description fieldclass()
to also be applied to the modalAlternatives
Tried the
class()
variant, looked at the DOM finding nothing to anchor to. Tried the various variants ofoption()
I could think of.Additional Context
No response
The text was updated successfully, but these errors were encountered: