We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9e7f6 commit 572659dCopy full SHA for 572659d
app/components/flowbite/input_field.rb
@@ -111,6 +111,7 @@ def default_hint_content
111
# The default attributes can be overriden by passing the `hint[options]`
112
# argument to the constructor.
113
def default_hint_options
114
+ return {} unless @hint
115
hint_options = @hint.dup
116
hint_options.delete(:content)
117
0 commit comments