79465452

Date: 2025-02-25 05:01:20
Score: 2
Natty:
Report link

Hello @Ahmad Faizan if you using livewire 3 then try this

<script>
    Livewire.hook('morph.updated', ({ component, el }) => {
        $('#select_state_update_country').select2({
           width: '100%',
        });
    })
</script>
Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Ahmad
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Rupesh Gondariya