Angular指令 - 只允许输入数字和两位小数,以逗号分隔
创始人
2024-10-30 22:30:18
0

可以使用Angular的自定义指令来实现只允许输入数字和两位小数,以逗号分隔的功能。下面是一个示例代码:

import { Directive, ElementRef, HostListener } from '@angular/core';

@Directive({
  selector: '[appNumberFormat]'
})
export class NumberFormatDirective {

  constructor(private el: ElementRef) { }

  @HostListener('input', ['$event'])
  onInputChange(event: any) {
    const initialValue = this.el.nativeElement.value;
    let newValue = initialValue.replace(/[^0-9.,]/g, ''); // 只允许数字、逗号和句点
    newValue = this.formatNumber(newValue); // 格式化数字

    if (initialValue !== newValue) {
      this.el.nativeElement.value = newValue;
      event.stopPropagation();
    }
  }

  private formatNumber(value: string): string {
    const parts = value.split('.');
    const integerPart = parts[0].replace(/\B(?=(\d{3})+(?!\d))/g, ','); // 每三位数字加一个逗号

    let decimalPart = '';
    if (parts.length > 1) {
      decimalPart = parts[1].substring(0, 2); // 只保留两位小数
    }

    return integerPart + (decimalPart ? '.' + decimalPart : '');
  }
}

在模板中使用该指令:


这样,输入框就只能输入数字、逗号和句点,并且会自动格式化为每三位数字加一个逗号的形式,保留两位小数。

相关内容

热门资讯

来一盘!wepoker怎么提高... 来一盘!wepoker怎么提高运气(辅助挂)本来是真的有挂(有人有挂)1、wepoker怎么提高运气...
揭秘一下!悟空黑桃a有挂嘛(辅... 揭秘一下!悟空黑桃a有挂嘛(辅助挂)本来是真的有挂(有挂方略)悟空黑桃a有挂嘛能透视中分为三种模型:...
玩家必看教程!wepoker可... 玩家必看教程!wepoker可以免费玩吗(辅助挂)一贯有挂(确实有挂)1、首先打开wepoker可以...
玩家爆料!wejoker辅助器... 玩家爆料!wejoker辅助器怎么卖(辅助挂)好像是真的有挂(有挂教程)玩家爆料!wejoker辅助...
一秒答解!wepokerh5破... 一秒答解!wepokerh5破解(辅助挂)确实是真的有挂(有挂方法)1、进入到wepokerh5破解...
我来教大家!wepoker怎么... 我来教大家!wepoker怎么看牌型(辅助挂)一直是真的有挂(有挂头条)1)wepoker怎么看牌型...
一分钟揭秘!aapoker插件... 一分钟揭秘!aapoker插件下载(辅助挂)果然是有挂(有挂方针)1、起透看视 aapoker插件下...
教程攻略!wepoker免费透... 教程攻略!wepoker免费透视(辅助挂)确实是有挂(有挂透视)1、这是跨平台的wepoker免费透...
每日必看推荐!wepoker透... 每日必看推荐!wepoker透视底牌(辅助挂)一贯有挂(有挂实锤)运wepoker透视底牌辅助工具,...
必备教程!德普辅助软件(辅助挂... 必备教程!德普辅助软件(辅助挂)确实是有挂(有挂透视)1、德普辅助软件脚本辅助下载、德普辅助软件免费...