siteorigin / so-widgets-bundle

The SiteOrigin Widgets Bundle gives you all the elements you need to build modern, responsive, and engaging website pages. Using the Widgets Bundle, you can quickly and effortlessly add buttons, sliders, heroes, maps, images, carousels, features, icons, and so much more.
https://siteorigin.com/widgets-bundle/
94 stars 65 forks source link

Text Input Fields: Add Width Argument #1944

Closed AlexGStapleton closed 5 months ago

AlexGStapleton commented 5 months ago

To test this PR:

'tiny' => array(
    'type' => 'number',
    'label' => __( 'Tiny', 'so-widgets-bundle' ),
    'unit' => 'px',
    'width' => 48,
    'default' => 1,
),
'massive' => array(
    'type' => 'text',
    'label' => __( 'Massive', 'so-widgets-bundle' ),
    'width' => 9999,
    'default' => "If this field exceeds the width of the form, the maximum width CSS isn't present",
),