Skip to content

Instantly share code, notes, and snippets.

View rachyharkov's full-sized avatar
⚔️
kämpfen, um Schulden zu bezahlen lol

Rachmad Nur Hayat rachyharkov

⚔️
kämpfen, um Schulden zu bezahlen lol
  • Anywhere LLC (i don't even care if it exists, but the point is i'm Freelancer)
  • Bekasi
  • 04:32 (UTC +07:00)
View GitHub Profile
@rachyharkov
rachyharkov / LivewireClassBase.php
Last active May 13, 2023 07:59
Using ChoiceJS on Livewire component V.1
class ItemChartExample extends Component
{
public $singleChoiceValue;
public $multipleChoiceValue;
//just example method to triggered
public function testSubmitPreview() {
// it's should be work
dd($singleChoiceValue, $multipleChoiceValue);
}