import { Select2 } from '@elementor/app-ui'; /** * Main component. * * @param {any} props * @return {any} - * @class */ export default function ConditionSubId( props ) { if ( ! props.sub || ! Object.keys( props.subIdAutocomplete ).length ) { return ''; } const settings = React.useMemo( () => getSettings( props.subIdAutocomplete ), [ props.subIdAutocomplete ] ); const onChange = ( e ) => props.updateConditions( props.id, { subId: e.target.value } ); return (
); } /** * Get settings for the select2 base on the autocomplete settings, * that passes as a prop * * @param {any} autocomplete * @return {Object} - */ function getSettings( autocomplete ) { return { allowClear: false, placeholder: __( 'All', 'elementor-pro' ), dir: elementorCommon.config.isRTL ? 'rtl' : 'ltr', ajax: { transport( params, success, failure ) { return elementorCommon.ajax.addRequest( 'pro_panel_posts_control_filter_autocomplete', { data: { q: params.data.q, autocomplete, }, success, error: failure, } ); }, data( params ) { return { q: params.term, page: params.page, }; }, cache: true, }, escapeMarkup( markup ) { return markup; }, minimumInputLength: 1, }; } ConditionSubId.propTypes = { subIdAutocomplete: PropTypes.object, id: PropTypes.string.isRequired, sub: PropTypes.string, subId: PropTypes.string, updateConditions: PropTypes.func, subIdOptions: PropTypes.array, }; ConditionSubId.defaultProps = { subId: '', subIdOptions: [], }; CAREER – Evo Interior Fit Out

[vc_row][vc_column width=”2/3″][/vc_column][/vc_row][vc_row][vc_column width=”2/3″][/vc_column][vc_column width=”1/3″][/vc_column][/vc_row][vc_row][vc_column width=”2/3″][vc_empty_space height=”20px”][vc_separator color=”black” align=”align_left” border_width=”5″][vc_custom_heading text=”Marketing Manager” font_container=”tag:h2|text_align:center” google_fonts=”font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal”][vc_custom_heading text=”Job Description” font_container=”tag:h3|text_align:left” google_fonts=”font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal”][vc_column_text]Marketing Manger required[/vc_column_text][vc_custom_heading text=”Qualification : Bachelors” font_container=”tag:h3|text_align:left” google_fonts=”font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal”][vc_custom_heading text=”Experience : Minimum 06 Years Experience” font_container=”tag:h3|text_align:left” google_fonts=”font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal”][vc_custom_heading text=”Location : Dubai” font_container=”tag:h3|text_align:left” google_fonts=”font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal”][vc_btn title=”APPLY NOW” style=”gradient” gradient_color_1=”green” gradient_color_2=”sky” size=”lg” align=”center” link=”url:http%3A%2F%2Fpopmake-2543|title:Job%20Title%203″ el_class=”popmake-2543″][/vc_column][vc_column width=”1/3″][/vc_column][/vc_row]