1 Reply
Hi, how are you?
Forms\Components\TextInput::make('price')
->label('Price')
->mask(RawJs::make('$money($input, \',\', \'.\')'))
->numeric()
->inputMode('decimal')
->stripCharacters(',')
->required()
->default(0)
->prefix('€')