Skip to content

Decimal parseInt #73

@cesarechazu

Description

@cesarechazu

Hello, when selecting a decimal value it is always converted to an integer value
I find this in interface.vue

if (['integer', 'decimal', 'bigInteger'].includes(props.type)) {
return parseInt(res) || 0;
}
if (['float'].includes(props.type)) {
return parseFloat(res) || 0;
}

I hope it is helpful, thank you

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