Skip to content

'$' breaks replacement in page when running the CLI #5

@awcodes

Description

@awcodes

When having code blocks that have '$' in them the CLI run breaks and causes unexpected output in the html file.

use Filament\Forms\Components\TextInput;

TextInput::make('cost')->mask(fn (TextInput\Mask $mask) => $mask->money(prefix: '$', thousandsSeparator: '.', decimalPlaces: 2))

Screen Shot 2022-12-29 at 2 19 08 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions