Plugin Directory

Timestamp:
04/10/2023 06:35:30 PM (16 months ago)
Author:
joanrodas
Message:

1.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • audio-playlist-for-woocommerce/trunk/vendor/htmlburger/carbon-fields/packages/core/fields/select/index.js

    r2293266 r2896742  
    2424    }
    2525
     26
     27
     28
     29
    2630    /**
    2731     * Renders the component.
     
    3337            id,
    3438            name,
    35             value,
    36             field
     39            ,
     40           
    3741        } = this.props;
     42
     43
    3844
    3945        return (
     
    4349                        id={ id }
    4450                        name={ name }
    45                         value={ value ? value : get( field.options, '[0].value', '' ) }
     51                        value={ value }
    4652                        className="cf-select__input"
    4753                        onChange={ this.handleChange }
Note: See TracChangeset for help on using the changeset viewer.