BibleGet-I-O / bibleget-wordpress

Plugin for WordPress that let's you insert Bible quotes into your posts or pages from a variety of Bible versions in different languages. This is a mirror of the SVN repo where the plugin gets published to the WordPress plugins store. Kudos to @kas-catholic for helping import the repo from SVN.
https://www.bibleget.io
Apache License 2.0
0 stars 2 forks source link

create custom searchbox component #8

Closed JohnRDOrazio closed 3 years ago

JohnRDOrazio commented 3 years ago

the current situation for searching Bible verses by keyword, is a Search Box comprised of a TextControl and a Button which are however rendered on separated lines, since the TextControl is already wrapped by wp.element. We need to create a custom component which will render the search button inline and alongside the input[type="search"] as though they were one component. This will prevent all of the hackish jQuery that tries to force them next to each other in a variety of circumstances.

JohnRDOrazio commented 3 years ago

fixed in commit de8360b5781b79cdf73bbb8a3e1e5190c39cc651